Browse Source

fix(bug): 二次create时,不能进行更改颜色

master
break-wave 4 years ago
parent
commit
85e3737e3a
  1. 1
      src/controllers/sheetBar.js

1
src/controllers/sheetBar.js

@ -162,6 +162,7 @@ let luckysheetsheetrightclick = function ($t, $cur, e) {
export function initialSheetBar(){
const _locale = locale();
const locale_sheetconfig = _locale.sheetconfig;
isInitialSheetConfig = false
$("#luckysheet-sheet-area").on("mousedown", "div.luckysheet-sheets-item", function (e) {
if(isEditMode()){

Loading…
Cancel
Save