We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417b399 commit fe89be8Copy full SHA for fe89be8
app/src/core/service/dataManageService/copyEngine/copyEngine.tsx
@@ -191,7 +191,8 @@ export function getRectangleFromSerializedEntities(serializedEntities: Serialize
191
Serialized.isSection(node) ||
192
Serialized.isImageNode(node) ||
193
Serialized.isUrlNode(node) ||
194
- Serialized.isPortalNode(node)
+ Serialized.isPortalNode(node) ||
195
+ Serialized.isSvgNode(node)
196
) {
197
// 比较常规的矩形
198
rectangles.push(new Rectangle(new Vector(...node.location), new Vector(...node.size)));
0 commit comments