mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-20 12:44:38 +01:00
feat: Support updating text properties by clicking on container (#4499)
This commit is contained in:
@@ -77,4 +77,4 @@ export const getTargetElements = (
|
||||
) =>
|
||||
appState.editingElement
|
||||
? [appState.editingElement]
|
||||
: getSelectedElements(elements, appState);
|
||||
: getSelectedElements(elements, appState, true);
|
||||
|
||||
Reference in New Issue
Block a user