mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
fix(core): fix text editor style issues
This commit is contained in:
parent
a4bda10496
commit
19de0459e5
1 changed files with 1 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ export const MiddlewareTextEditor: Middleware<ExtendEventMap, CoreEventMap & Ext
|
|||
}
|
||||
|
||||
textarea.style.display = 'inline-flex';
|
||||
textarea.style.flexDirection = 'column';
|
||||
textarea.style.justifyContent = justifyContent;
|
||||
textarea.style.alignItems = alignItems;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue