瀏覽代碼

fix improper duplication for texts inside frame

Ryan Di 2 年之前
父節點
當前提交
5a9f3dfdd8
共有 1 個文件被更改,包括 2 次插入2 次删除
  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,
     }),
   );