Trygve Aaberge
Trygve Aaberge
Any chance to get this merged? It's very annoying to end up with tons of entries in the history when you pan the map, and it makes the back button...
I like returning result objects. This makes it very clear that the operation can fail and how it can fail. It makes it easy to ensure you've handled all error...
> [@NicoHinderling](https://github.com/NicoHinderling) Have you tried using the new `serverless dev` command for local development? If you did, I'm curious to know what serverless-offline solves that dev mode doesn't 🤔 serverless-offline...
I looked into this and it looks like it's caused by `.tldraw-svg-export` being hidden (`display: none`) by the print styles. This class isn't used by the elements that are displayed...
This is still an issue, I verified it on commit 3bf31007c now. Iirc this leads to some other bugs too, not just the specific one with panning on scroll when...
Thanks, I'll take a look at the RFC. > That said I think that the mentioned PR (the one that you linked) at least for now does what we want...
> Maybe you could run all your actions inside editor.run and call the editor apis instead of going straight to the store? Then you're basically saying `store.put` shouldn't be used?...
> Looks like you are already going through the editor apis - that's where the origin of changes is. Which means that the logic for not allowing bindings to non-existent...
> The reason we make individual put calls for each record appears to be that we have had issues where there was one bad record, which made the whole put...
From some testing it looks like Miro and MS Whiteboard switches to to touchpad mode when you scroll horizontally and switches you to mouse mode when you pan (any pan...