added note properties widget

This commit is contained in:
zadam
2021-01-31 12:15:36 +01:00
parent 56a35b85a6
commit 6068bd7c44
7 changed files with 49 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ function goToLink(e) {
|| $link.hasClass("ck-link-actions__preview") // within edit link dialog single click suffices
) {
const address = $link.attr('href');
console.log("address", address);
if (address) {
if (address.toLowerCase().startsWith('http')) {
window.open(address, '_blank');