mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
fix: isBindableElement to affirm frames (#6900)
fix isBindableElement to affirm frames
This commit is contained in:
parent
a34216f9fc
commit
1f94f204dd
@ -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…
Reference in New Issue
Block a user