small fixes

This commit is contained in:
zadam
2020-02-17 22:14:39 +01:00
parent 9797942b8e
commit e7af24c139
7 changed files with 50 additions and 12 deletions

View File

@@ -29,8 +29,8 @@ const TPL = `
`;
export default class SidePaneToggles extends BasicWidget {
constructor(appContext, parent) {
super(appContext, parent);
constructor(parent) {
super(parent);
this.paneVisible = {};
}