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 === "ellipse" ||
|
||||||
element.type === "image" ||
|
element.type === "image" ||
|
||||||
element.type === "embeddable" ||
|
element.type === "embeddable" ||
|
||||||
|
element.type === "frame" ||
|
||||||
(element.type === "text" && !element.containerId))
|
(element.type === "text" && !element.containerId))
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user