Browse Source

Update sheetmanage.js

tooltip of the return button didn't work
master
linen1794 5 years ago
committed by GitHub
parent
commit
5e81893f23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/controllers/sheetmanage.js

4
src/controllers/sheetmanage.js

@ -746,7 +746,7 @@ const sheetmanage = {
luckysheetcreatedom(colwidth, rowheight, data, menu, title); luckysheetcreatedom(colwidth, rowheight, data, menu, title);
setTimeout(function () { 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"); tooltip.createHoverTip("#luckysheet-wa-editor" ,".luckysheet-toolbar-menu-button, .luckysheet-toolbar-button, .luckysheet-toolbar-combo-button");
Store.luckysheetTableContentHW = [ Store.luckysheetTableContentHW = [
@ -1947,4 +1947,4 @@ const sheetmanage = {
} }
} }
export default sheetmanage; export default sheetmanage;

Loading…
Cancel
Save