@@ -44,7 +44,7 @@ export function useResizeTable(refName) {
const handleMouseDown = _.throttle(function(e,rIndex,cIndex) {
if(isMobile()) return
- document.onselectstart = function() { return false; };//解决拖动会选中文字的问题
+ // document.onselectstart = function() { return false; };//解决拖动会选中文字的问题
if(e.button!=0){
return