mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
fix opening links from book
This commit is contained in:
@@ -163,6 +163,7 @@ $(document).on('mousedown', '.note-detail-text a', function (e) {
|
||||
}
|
||||
});
|
||||
|
||||
$(document).on('mousedown', '.note-detail-book a', goToLink);
|
||||
$(document).on('mousedown', '.note-detail-render a', goToLink);
|
||||
$(document).on('mousedown', '.note-detail-text.ck-read-only a', goToLink);
|
||||
$(document).on('mousedown', 'span.ck-button__label', e => {
|
||||
|
||||
Reference in New Issue
Block a user