Steve Ruiz
Steve Ruiz
I'm going to include this in future work on mouse scrolling / zooming.
> Hello @XAKEPEHOK, yes you need to install mobx manually! we choose to not add it as a dependency, to avoid adding more size to the package That's actually not...
I think we could do that pretty easily. @FarazzShaikh thoughts?
Ah, there's a fix for this that another dev tipped me off to. I believe there's a property of the wheel event that shares how many "big" the scroll is—pixel,...
That's a good point. The clipboard should include any relevant assets, right? Is that a blocker for this PR?
Thanks for the analysis! Want to make a PR? If not, I can come back to this in a few days and try to apply your fix.
Right on! Don't worry about that, feel free to skip the test or write it as a todo. (It may be an issue with the tests themselves).
Are you able to open the app at all? I think you may need to reset the local indexeddb. Totally agree that we should handle bad documents better!
Thanks for the issue!
Currently we persist the settings object as part of the document, meaning that each document could have its own settings. Instead, we should persist settings globally, e.g. in local storage,...