Browse Source

Merge branch 'master' of http://8.136.199.33:3000/eta_front/eta_chart_front

chenlei 2 days ago
parent
commit
92ae8909db
1 changed files with 1 additions and 1 deletions
  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) {
   const handleMouseDown = _.throttle(function(e,rIndex,cIndex) {
     if(isMobile()) return
     if(isMobile()) return
 
 
-    document.onselectstart = function() { return false; };//解决拖动会选中文字的问题
+    // document.onselectstart = function() { return false; };//解决拖动会选中文字的问题
 
 
     if(e.button!=0){
     if(e.button!=0){
       return
       return