mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-10 13:59:56 +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.reloadingTable = true;
|
||||||
this.editModalObject = null;
|
this.editModalObject = null;
|
||||||
this.moveModalObject = null;
|
this.moveModalObject = null;
|
||||||
|
this.updateNavigator(true);
|
||||||
},
|
},
|
||||||
updateNavigator(withExpanedChildren = false) {
|
updateNavigator(withExpanedChildren = false) {
|
||||||
window.navigatorContainer.reloadNavigator(withExpanedChildren);
|
window.navigatorContainer.reloadNavigator(withExpanedChildren);
|
||||||
|
|
Loading…
Add table
Reference in a new issue