tldraw / tldraw-v1

A tiny little drawing app. This is the original 2021-2022 version, released under MIT.
https://old.tldraw.com
MIT License
60 stars 36 forks source link

[bug] onRenderCountChange seems not working #29

Closed hiroshisuga closed 1 year ago

hiroshisuga commented 1 year ago

On the developer tool, I typed: app.onRenderCountChange =()=>{console.log("number of shapes changed.")} But no reaction from the API when I drew or removed shapes.

hiroshisuga commented 1 year ago

Maybe I misunderstand something...