mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
components now track their parent
This commit is contained in:
@@ -29,8 +29,8 @@ const TPL = `
|
||||
`;
|
||||
|
||||
export default class NoteTreeWidget extends TabAwareWidget {
|
||||
constructor(appContext) {
|
||||
super(appContext);
|
||||
constructor(appContext, parent) {
|
||||
super(appContext, parent);
|
||||
|
||||
window.glob.cutIntoNote = () => this.cutIntoNoteListener();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user