Browse Source
Update sheetmanage.js
tooltip of the return button didn't work
master
linen1794
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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 = [ |
|
|
@ -1947,4 +1947,4 @@ const sheetmanage = { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
export default sheetmanage; |
|
|
|
export default sheetmanage; |
|
|
|