fix: pending review fixes for sticky notes (#4493)
This commit is contained in:
@ -2101,10 +2101,9 @@ class App extends React.Component<AppProps, AppState> {
|
||||
const container =
|
||||
shouldBind || parentCenterPosition
|
||||
? getElementContainingPosition(
|
||||
this.scene.getElements(),
|
||||
this.scene.getElements().filter((ele) => !isTextElement(ele)),
|
||||
sceneX,
|
||||
sceneY,
|
||||
"text",
|
||||
)
|
||||
: null;
|
||||
|
||||
|
Reference in New Issue
Block a user