Sfoglia il codice sorgente

数据退回不彻底

maixinrong 5 anni fa
parent
commit
88d77b23e8
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
             },