mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Support updating text properties by clicking on container (#4499)
This commit is contained in:
parent
11396a21de
commit
dd8e465304
5 changed files with 99 additions and 55 deletions
|
@ -77,4 +77,4 @@ export const getTargetElements = (
|
|||
) =>
|
||||
appState.editingElement
|
||||
? [appState.editingElement]
|
||||
: getSelectedElements(elements, appState);
|
||||
: getSelectedElements(elements, appState, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue