Răsfoiți Sursa

fix: remove unneeded persist

Konstantinos Kaloutas 2 ani în urmă
părinte
comite
3ef1adefb0

+ 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,