Procházet zdrojové kódy

fix improper duplication for texts inside frame

Ryan Di před 2 roky
rodič
revize
5a9f3dfdd8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/actions/actionDuplicateSelection.tsx

+ 2 - 2
src/actions/actionDuplicateSelection.tsx

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