feat: resize multiple elements including two-point lines (#1607)
This commit is contained in:
@ -407,7 +407,7 @@ export const canResizeMutlipleElements = (
|
||||
return elements.every(
|
||||
(element) =>
|
||||
["rectangle", "diamond", "ellipse"].includes(element.type) ||
|
||||
(isLinearElement(element) && element.points.length > 2),
|
||||
isLinearElement(element),
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user