mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
fix tooltip in edit mode
This commit is contained in:
parent
39dd6daabb
commit
730c4738d5
1 changed files with 1 additions and 0 deletions
|
@ -844,6 +844,7 @@ function changeToEditMode() {
|
|||
currentMode = 'editMode';
|
||||
// Table specific stuff
|
||||
table.button(0).enable(false);
|
||||
initHeaderTooltip();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue