Răsfoiți Sursa

fix improper duplication for texts inside frame

Ryan Di 2 ani în urmă
părinte
comite
5a9f3dfdd8
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/actions/actionDuplicateSelection.tsx

+ 2 - 2
src/actions/actionDuplicateSelection.tsx

@@ -104,8 +104,8 @@ const duplicateElements = (
 
 
   const idsOfElementsToDuplicate = arrayToMap(
   const idsOfElementsToDuplicate = arrayToMap(
     getSelectedElements(sortedElements, appState, {
     getSelectedElements(sortedElements, appState, {
-      includeBoundTextElement: true,
-      includeElementsInFrames: true,
+      includeBoundTextElement: false,
+      includeElementsInFrames: false,
     }),
     }),
   );
   );