mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: support dragging binded text in container selected in a group (#4462)
* fix: support moving binded text when container selected via group * update coords of bounded text only when element doesn't belong to any group or element in group is selected * dnt drag binded text when nested group selected * Update src/element/dragElements.ts Co-authored-by: David Luzar <luzar.david@gmail.com> Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
parent
c76784b774
commit
64c2d76cfa
2 changed files with 13 additions and 2 deletions
|
@ -3574,6 +3574,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
lockDirection,
|
||||
dragDistanceX,
|
||||
dragDistanceY,
|
||||
this.state,
|
||||
);
|
||||
this.maybeSuggestBindingForAll(selectedElements);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue