mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 17:38:47 +02:00
focus autocomplete on new tab even if there are workspaces, fixes #3083
This commit is contained in:
parent
80dcb45415
commit
09cfaeb9c4
@ -83,10 +83,8 @@ export default class EmptyTypeWidget extends TypeWidget {
|
||||
);
|
||||
}
|
||||
|
||||
if (workspaceNotes.length === 0) {
|
||||
this.$autoComplete
|
||||
.trigger('focus')
|
||||
.trigger('select');
|
||||
}
|
||||
this.$autoComplete
|
||||
.trigger('focus')
|
||||
.trigger('select');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user