Browse Source

Merge pull request #301 from linen1794/patch-3

Update sheetmanage.js
master
mengshukeji 5 years ago
committed by GitHub
parent
commit
956c6786fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/controllers/sheetmanage.js

2
src/controllers/sheetmanage.js

@ -746,7 +746,7 @@ const sheetmanage = {
luckysheetcreatedom(colwidth, rowheight, data, menu, title);
setTimeout(function () {
tooltip.createHoverTip("#luckysheet_info_detail" ,".luckysheet_info_detail_title, .luckysheet_info_detail_input, .luckysheet_info_detail_update");
tooltip.createHoverTip("#luckysheet_info_detail" ,".luckysheet_info_detail_back, .luckysheet_info_detail_input, .luckysheet_info_detail_update");
tooltip.createHoverTip("#luckysheet-wa-editor" ,".luckysheet-toolbar-menu-button, .luckysheet-toolbar-button, .luckysheet-toolbar-combo-button");
Store.luckysheetTableContentHW = [

Loading…
Cancel
Save