mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
grid items in note list are clickable as a whole
This commit is contained in:
@@ -72,7 +72,7 @@ function goToLink(e) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
|
||||
const $link = $(e.target).closest("a");
|
||||
const $link = $(e.target).closest("a,.block-link");
|
||||
|
||||
const notePath = getNotePathFromLink($link);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user