mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-10 02:49:57 +02: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