This commit is contained in:
Jan Prochazka
2021-12-05 12:57:17 +01:00
parent 755cb5d6f3
commit e51d420fa9

View File

@@ -23,6 +23,7 @@
} else { } else {
// editor.getEditor().execCommand('paste'); // editor.getEditor().execCommand('paste');
} }
editor.getEditor().focus();
}); });
</script> </script>