mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 05:02:18 +08:00
Re-init file preview modal after inventory row editing [SCI-2391]
This commit is contained in:
parent
c17c8f9415
commit
95b8821cc9
1 changed files with 1 additions and 0 deletions
|
@ -1065,6 +1065,7 @@ var RepositoryDatatable = (function(global) {
|
|||
currentMode = 'viewMode';
|
||||
// Table specific stuff
|
||||
TABLE.button(0).enable(true);
|
||||
initPreviewModal();
|
||||
}
|
||||
|
||||
function changeToEditMode() {
|
||||
|
|
Loading…
Reference in a new issue