Procházet zdrojové kódy

数据退回不彻底

maixinrong před 5 roky
rodič
revize
88d77b23e8
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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;
             },