Skip to content

Commit

Permalink
fix: remove unneeded persist
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed May 25, 2023
1 parent f8a57d9 commit 3ef1ade
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3ef1ade

Please sign in to comment.