can't allow opening externally on attachment list

This commit is contained in:
zadam
2023-05-07 10:43:51 +02:00
parent cc02546ed3
commit 8284c673f9
10 changed files with 174 additions and 151 deletions

View File

@@ -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;
}