Sfoglia il codice sorgente

fix improper duplication for texts inside frame

Ryan Di 2 anni fa
parent
commit
5a9f3dfdd8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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,
     }),
   );