mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 00:06:30 +01:00
Fix move pane button after reopen split
This commit is contained in:
@@ -44,4 +44,8 @@ export default class MovePaneButton extends OnClickButtonWidget {
|
|||||||
async noteContextReorderEvent() {
|
async noteContextReorderEvent() {
|
||||||
this.refresh();
|
this.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async contextsReopenedEvent() {
|
||||||
|
this.refresh();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user