mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
doubleclick on the link to note will go there
This commit is contained in:
@@ -66,6 +66,10 @@ $(document).on('click', 'div.popover-content a', function(e) {
|
||||
goToInternalNote(e);
|
||||
});
|
||||
|
||||
$(document).on('dblclick', '.note-editable a', function(e) {
|
||||
goToInternalNote(e);
|
||||
});
|
||||
|
||||
function goToInternalNote(e, callback) {
|
||||
const targetUrl = $(e.target).attr("href");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user