Przeglądaj źródła

数据退回不彻底

maixinrong 5 lat temu
rodzic
commit
88d77b23e8
1 zmienionych plików z 0 dodań i 1 usunięć
  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;
             },