Explorar o código

fix: Fix for Strange Symbol Appearing on Canvas after Deleting Grouped Graphics (Issue #7116) (#7170)

Co-authored-by: dwelle <[email protected]>
Vaibhav Shukla hai 1 ano
pai
achega
83f86e2b86
Modificáronse 2 ficheiros con 1 adicións e 3 borrados
  1. 0 3
      CHANGELOG.md
  2. 1 0
      src/actions/actionDeleteSelected.tsx

+ 0 - 3
CHANGELOG.md

@@ -1,3 +0,0 @@
-## 2020-10-13
-
-- Added ability to embed scene source into exported PNG/SVG files so you can import the scene from them (open via `Load` button or drag & drop). #2219

+ 1 - 0
src/actions/actionDeleteSelected.tsx

@@ -46,6 +46,7 @@ const deleteSelectedElements = (
     appState: {
       ...appState,
       selectedElementIds: {},
+      selectedGroupIds: {},
     },
   };
 };