mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
mobile layout has floating buttons
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user