mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
refactoring of layout finished
This commit is contained in:
@@ -29,8 +29,8 @@ const TPL = `
|
||||
`;
|
||||
|
||||
export default class SidePaneToggles extends BasicWidget {
|
||||
constructor(parent) {
|
||||
super(parent);
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.paneVisible = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user