|
@@ -553,8 +553,6 @@ export const keydown = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|
|
if (!event.altKey && !event.shiftKey &&
|
|
|
((event.key.indexOf("Arrow") > -1 && isNotCtrl(event)) || event.key === "Enter") &&
|
|
|
!protyle.hint.element.classList.contains("fn__none") && protyle.hint.select(event, protyle)) {
|
|
|
- event.stopPropagation();
|
|
|
- event.preventDefault();
|
|
|
return;
|
|
|
}
|
|
|
if (matchHotKey("⌘/", event)) {
|