mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: isBindableElement to affirm frames (#6900)
fix isBindableElement to affirm frames
This commit is contained in:
parent
a34216f9fc
commit
1f94f204dd
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ export const isBindableElement = (
|
|||
element.type === "ellipse" ||
|
||||
element.type === "image" ||
|
||||
element.type === "embeddable" ||
|
||||
element.type === "frame" ||
|
||||
(element.type === "text" && !element.containerId))
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue