diff --git a/app/src/protyle/wysiwyg/keydown.ts b/app/src/protyle/wysiwyg/keydown.ts index 00c6d00a4..7bd583bcc 100644 --- a/app/src/protyle/wysiwyg/keydown.ts +++ b/app/src/protyle/wysiwyg/keydown.ts @@ -985,7 +985,7 @@ export const keydown = (protyle: IProtyle, editorElement: HTMLElement) => { selectElements = [nodeElement]; } updateBatchTransaction(selectElements, protyle, (e: HTMLElement) => { - e.style.textAlign = ""; + e.style.textAlign = "left"; }); } event.stopPropagation();