This commit is contained in:
parent
83baa7e232
commit
72593726d6
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export const keydown = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
if (!nodeElement) {
|
||||
return;
|
||||
}
|
||||
if (nodeElement.classList.contains("protyle-wysiwyg--select")) {
|
||||
if (nodeElement.classList.contains("protyle-wysiwyg--select") && !isCtrl(event) && !event.shiftKey && !event.altKey) {
|
||||
if (event.key.toLowerCase() === "a") {
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Add table
Reference in a new issue