libf 3 年 前
コミット
5b164ac46a
1 ファイル変更1 行追加2 行削除
  1. 1 2
      src/controllers/sheetmanage.js

+ 1 - 2
src/controllers/sheetmanage.js

@@ -1518,8 +1518,7 @@ const sheetmanage = {
                 return i;
                 return i;
             }
             }
         }
         }
-
-        return null;
+        return 0;
     },
     },
     changeSheetExec: function(index, isPivotInitial, isNewSheet, isCopySheet) {
     changeSheetExec: function(index, isPivotInitial, isNewSheet, isCopySheet) {