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
Reference in a new issue