WishMeLz

生活其实很有趣

x-data-spreadsheet 导致页面无法粘贴

此插件会阻止页面无法粘贴,阻止这个监听事件

具体说明:https://github.com/myliang/x-spreadsheet/issues/372

 window.addEventListener('paste', function (event) {
        event.stopPropagation();
 }, true);