Browse Source

fix(hyperlinkctrl.js): 修复插入链接,撤销后,点击其他单元格报错的bug

修复插入链接,撤销后,点击其他单元格报错的bug
master
tong 4 years ago
parent
commit
e765070525
  1. 2
      src/controllers/hyperlinkCtrl.js

2
src/controllers/hyperlinkCtrl.js

@ -178,7 +178,7 @@ const hyperlinkCtrl = {
currentHyperlink,
Store.currentSheetIndex,
d,
{ row: [rowIndex, rowIndex], column: [colIndex, colIndex] }
[{ row: [rowIndex, rowIndex], column: [colIndex, colIndex] }]
);
$("#luckysheet-modal-dialog-mask").hide();

Loading…
Cancel
Save