Konstantinos Kaloutas 2 лет назад
Родитель
Сommit
3ef1adefb0
1 измененных файлов с 0 добавлено и 1 удалено
  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) {
     if (this.shapes.length === 0) {
       const app = useApp<Shape>()
       const app = useApp<Shape>()
       app.deleteShapes([this.id])
       app.deleteShapes([this.id])
-      app.persist(true)
 
 
       return {
       return {
         minX: 0,
         minX: 0,