Don't close the share modal when clicking Preview

This commit is contained in:
yflory
2019-11-22 16:40:20 +01:00
parent 1703186ebf
commit 82bb710060
2 changed files with 3 additions and 1 deletions

View File

@@ -1101,6 +1101,7 @@ define([
embed: Util.isChecked($(link).find('#cp-share-embed'))
});
window.open(v);
return true;
},
keys: [[13, 'ctrl']]
},