mirror of
https://github.com/zadam/trilium.git
synced 2025-01-17 04:27:56 +08:00
open links from render note
This commit is contained in:
parent
ff76ba7d1b
commit
7880cf62fe
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ function init() {
|
|||
$(document).on('click', "a[data-action='note']", goToLink);
|
||||
$(document).on('click', 'div.popover-content a, div.ui-tooltip-content a', goToLink);
|
||||
$(document).on('dblclick', '#note-detail-text a', goToLink);
|
||||
$(document).on('click', '#note-detail-render a', goToLink);
|
||||
$(document).on('click', '#note-detail-text.ck-read-only a', goToLink);
|
||||
$(document).on('click', 'span.ck-button__label', e => {
|
||||
// this is a link preview dialog from CKEditor link editing
|
||||
|
|
Loading…
Reference in a new issue