mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
reduce flicker of "create new day note"
This commit is contained in:
@@ -35,8 +35,8 @@ async function reloadAllTabs() {
|
||||
}
|
||||
}
|
||||
|
||||
async function openInTab(notePath) {
|
||||
await loadNoteDetail(notePath, { newTab: true });
|
||||
async function openInTab(notePath, activate) {
|
||||
await loadNoteDetail(notePath, { newTab: true, activate });
|
||||
}
|
||||
|
||||
async function switchToNote(notePath) {
|
||||
|
||||
Reference in New Issue
Block a user