mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fixes to mobile version (WIP)
This commit is contained in:
@@ -56,7 +56,11 @@ class TabContext {
|
||||
this.noteChangeDisabled = false;
|
||||
this.isNoteChanged = false;
|
||||
this.attributes = new Attributes(this);
|
||||
this.noteType = new NoteTypeContext(this);
|
||||
|
||||
if (utils.isDesktop()) {
|
||||
this.noteType = new NoteTypeContext(this);
|
||||
}
|
||||
|
||||
this.components = {};
|
||||
|
||||
this.$noteTitle.on('input', () => {
|
||||
|
||||
Reference in New Issue
Block a user