mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 20:56:42 +08:00
Fix navigation reloading after tasks actions [SCI-10727]
This commit is contained in:
parent
b7ce9d0493
commit
d7abf92f09
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ export default {
|
|||
this.reloadingTable = true;
|
||||
this.editModalObject = null;
|
||||
this.moveModalObject = null;
|
||||
this.updateNavigator(true);
|
||||
},
|
||||
updateNavigator(withExpanedChildren = false) {
|
||||
window.navigatorContainer.reloadNavigator(withExpanedChildren);
|
||||
|
|
Loading…
Reference in a new issue