Explorar el Código

数据退回不彻底

maixinrong hace 5 años
padre
commit
88d77b23e8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/public/js/stage.js

+ 0 - 1
app/public/js/stage.js

@@ -1406,7 +1406,6 @@ $(document).ready(() => {
         $.contextMenu({
             selector: '#stage-pos',
             build: function ($trigger, e) {
-                if ()
                 const target = SpreadJsObj.safeRightClickSelection($trigger, e, spSpread);
                 return target.hitTestType === spreadNS.SheetArea.viewport || target.hitTestType === spreadNS.SheetArea.rowHeader;
             },