فهرست منبع

fix: undo/redo of converted shapes

Konstantinos Kaloutas 2 سال پیش
والد
کامیت
ad5757de61
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      tldraw/packages/core/src/lib/TLApi/TLApi.ts

+ 1 - 0
tldraw/packages/core/src/lib/TLApi/TLApi.ts

@@ -428,6 +428,7 @@ export class TLApi<S extends TLShape = TLShape, K extends TLEventMap = TLEventMa
       return new ShapeClass({
         ...s.serialized,
         type: type,
+        nonce: Date.now(),
       })
     })
     this.app.currentPage.addShapes(...clones)