Browse Source

fix: remove unneeded persist

Konstantinos Kaloutas 2 years ago
parent
commit
3ef1adefb0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tldraw/packages/core/src/lib/shapes/TLGroupShape/TLGroupShape.tsx

+ 0 - 1
tldraw/packages/core/src/lib/shapes/TLGroupShape/TLGroupShape.tsx

@@ -46,7 +46,6 @@ export class TLGroupShape<
     if (this.shapes.length === 0) {
       const app = useApp<Shape>()
       app.deleteShapes([this.id])
-      app.persist(true)
 
       return {
         minX: 0,