Browse Source

Merge branch 'need_pool395' into debug

shanbinzhang 2 tuần trước cách đây
mục cha
commit
6872d99334
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/hooks/sheet/useResizeTable.js

+ 1 - 1
src/hooks/sheet/useResizeTable.js

@@ -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