Browse Source

fix: remove unneeded persist

Konstantinos Kaloutas 2 years ago
parent
commit
aa65cff5b6

+ 0 - 1
tldraw/packages/core/src/lib/tools/TLSelectTool/states/TranslatingState.ts

@@ -125,7 +125,6 @@ export class TranslatingState<
   onExit = () => {
     // Resume the history when we exit
     this.app.history.resume()
-    this.app.persist()
 
     // Reset initial data
     this.didClone = false