Fix move pane button after reopen split

This commit is contained in:
dymani 2023-06-03 05:59:53 +08:00
parent 2c8eb82d42
commit 50ec17433d

View File

@ -44,4 +44,8 @@ export default class MovePaneButton extends OnClickButtonWidget {
async noteContextReorderEvent() {
this.refresh();
}
async contextsReopenedEvent() {
this.refresh();
}
}