mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
Fix move pane button after reopen split
This commit is contained in:
parent
2c8eb82d42
commit
50ec17433d
@ -44,4 +44,8 @@ export default class MovePaneButton extends OnClickButtonWidget {
|
|||||||
async noteContextReorderEvent() {
|
async noteContextReorderEvent() {
|
||||||
this.refresh();
|
this.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async contextsReopenedEvent() {
|
||||||
|
this.refresh();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user