create new runOnNoteContentChange event, #3436

This commit is contained in:
zadam
2022-12-18 23:53:47 +01:00
parent e41104208a
commit 5413a1aa79
5 changed files with 28 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ export default class ClosePaneButton extends OnClickButtonWidget {
e.stopPropagation();
widget.triggerCommand("closeThisNoteSplit", { ntxId: widget.getClosestNtxId() });
});
})
.class("icon-action");
}
}