mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
open the pane on the correct position
This commit is contained in:
@@ -81,7 +81,7 @@ function goToLink(e) {
|
||||
appContext.tabManager.openTabWithNoteWithHoisting(notePath);
|
||||
}
|
||||
else if (e.which === 1) {
|
||||
const ntxId = $(e.target).closest("[data-tab-id]").attr("data-tab-id");
|
||||
const ntxId = $(e.target).closest("[data-ntx-id]").attr("data-ntx-id");
|
||||
|
||||
const noteContext = ntxId
|
||||
? appContext.tabManager.getNoteContextById(ntxId)
|
||||
|
||||
Reference in New Issue
Block a user