Funny

Results 3 comments of Funny

editMode:false, allowEdit: false, allowCopy: false, Ctrl + C仍然可以复制,怎么解决呢

暂时通过修改源码解决: ![image](https://user-images.githubusercontent.com/6812077/146149764-c74dc11a-6d1a-4d41-92ff-9b1e6df06ce8.png) 增加代码: if (!luckysheetConfigsetting.allowCopy) { return false; }

1. delete node_modules. 2. npm install. 3. yarn android. Hope this helps someone!