Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[BUG]Find a bug 表格destroy后再create的新表格,边框颜色设置选项,鼠标滑动会立即消失 #129

Closed
bigCloudAI opened this issue Oct 27, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bigCloudAI
Copy link

	$(function () {
			createSheet();
			$("#test").click(function(){
				luckysheet.destroy();
				createSheet();
			});
		})
		function createSheet(){
                 luckysheet.create({...})
             }
@bigCloudAI
Copy link
Author

1603872609(1)
鼠标滑动过来,选色框就消失了

@dream-num dream-num added the bug Something isn't working label Oct 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants