mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-28 11:16:09 +01:00
This commit is contained in:
parent
4709fe6b7f
commit
71d73a9295
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue