mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-25 10:21:17 +02:00
initial implementation
This commit is contained in:
@@ -268,6 +268,7 @@ const addNewNode = (
|
||||
opacity: element.opacity,
|
||||
fillStyle: element.fillStyle,
|
||||
strokeStyle: element.strokeStyle,
|
||||
containerBehavior: element.containerBehavior,
|
||||
});
|
||||
|
||||
invariant(
|
||||
@@ -346,6 +347,7 @@ export const addNewNodes = (
|
||||
opacity: startNode.opacity,
|
||||
fillStyle: startNode.fillStyle,
|
||||
strokeStyle: startNode.strokeStyle,
|
||||
containerBehavior: startNode.containerBehavior,
|
||||
});
|
||||
|
||||
invariant(
|
||||
|
Reference in New Issue
Block a user