feat: Support updating text properties by clicking on container (#4499)

This commit is contained in:
Aakansha Doshi
2021-12-29 16:49:52 +05:30
committed by GitHub
parent 11396a21de
commit dd8e465304
5 changed files with 99 additions and 55 deletions

View File

@ -77,4 +77,4 @@ export const getTargetElements = (
) =>
appState.editingElement
? [appState.editingElement]
: getSelectedElements(elements, appState);
: getSelectedElements(elements, appState, true);