mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: set height correctly when text properties updated while editing in container until first submit (#4469)
* fix: set height correctly when text properties updated while editing in container * rename PADDING to BOUND_TEXT_PADDING
This commit is contained in:
parent
bf2bca221e
commit
ef62390841
6 changed files with 62 additions and 31 deletions
|
@ -182,4 +182,4 @@ export const VERSIONS = {
|
|||
excalidrawLibrary: 2,
|
||||
} as const;
|
||||
|
||||
export const PADDING = 30;
|
||||
export const BOUND_TEXT_PADDING = 30;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue