mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 06:45:49 +01:00
components now track their parent
This commit is contained in:
@@ -29,8 +29,8 @@ const TPL = `
|
||||
`;
|
||||
|
||||
export default class SidePaneToggles extends BasicWidget {
|
||||
constructor(appContext) {
|
||||
super(appContext);
|
||||
constructor(appContext, parent) {
|
||||
super(appContext, parent);
|
||||
|
||||
this.paneVisible = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user