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