feat: support Image binding (#4347)
This commit is contained in:
@ -85,6 +85,7 @@ export const isBindableElement = (
|
||||
(element.type === "rectangle" ||
|
||||
element.type === "diamond" ||
|
||||
element.type === "ellipse" ||
|
||||
element.type === "image" ||
|
||||
element.type === "text")
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user