Fix saving link out node links

This commit is contained in:
Nick O'Leary
2021-10-18 09:32:00 +01:00
parent fded1e0021
commit de882f5849
2 changed files with 5 additions and 2 deletions

View File

@@ -118,6 +118,9 @@
switch(evt.keyCode) {
case 32: // SPACE
case 13: // ENTER
if (evt.altKey || evt.ctrlKey || evt.metaKey || evt.shiftKey) {
return
}
evt.preventDefault();
evt.stopPropagation();
if (focussed.checkbox) {