mobile layout has floating buttons

This commit is contained in:
zadam
2022-12-11 13:54:12 +01:00
parent c231b3cb79
commit dcfa9c4c0b
4 changed files with 23 additions and 7 deletions

View File

@@ -149,10 +149,10 @@ const TPL = `
const MAX_SEARCH_RESULTS_IN_TREE = 100;
export default class NoteTreeWidget extends NoteContextAwareWidget {
constructor(treeName) {
constructor() {
super();
this.treeName = treeName;
this.treeName = "main"; // legacy value
}
doRender() {