mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-01 14:46:57 +02:00
fix improper duplication for texts inside frame
This commit is contained in:
@@ -104,8 +104,8 @@ const duplicateElements = (
|
||||
|
||||
const idsOfElementsToDuplicate = arrayToMap(
|
||||
getSelectedElements(sortedElements, appState, {
|
||||
includeBoundTextElement: true,
|
||||
includeElementsInFrames: true,
|
||||
includeBoundTextElement: false,
|
||||
includeElementsInFrames: false,
|
||||
}),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user