mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: pending review fixes for sticky notes (#4493)
This commit is contained in:
parent
bae0e985b2
commit
63ce5b82d7
4 changed files with 3 additions and 26 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue