mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
can't allow opening externally on attachment list
This commit is contained in:
@@ -27,7 +27,7 @@ async function mouseEnterHandler() {
|
||||
return;
|
||||
}
|
||||
|
||||
// this is to avoid showing tooltip from inside CKEditor link editor dialog
|
||||
// this is to avoid showing tooltip from inside the CKEditor link editor dialog
|
||||
if ($link.closest(".ck-link-actions").length) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user