mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
Use noteContextReorder event instead
This commit is contained in:
@@ -7,6 +7,10 @@ export default class ClosePaneButton extends OnClickButtonWidget {
|
||||
&& this.noteContext && !!this.noteContext.mainNtxId;
|
||||
}
|
||||
|
||||
async noteContextReorderEvent({ntxIdsInOrder}) {
|
||||
this.refresh();
|
||||
}
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user