Thomas Steiner
Thomas Steiner
> The timeout is for debouncing subsequent updates so they don't override each other. :) Phew, seeing it now. Sorry for the noise. > @tomayac is it worth [exporting this...
> Awesome, if we do merge the PR in `browser-fs-access` we can replace [these checks](https://github.com/excalidraw/excalidraw/search?q=chooseFileSystemEntries). I’ll have a look on Monday (since this is a work project) and merge this....
> Awesome, if we do merge the PR in browser-fs-access we can replace these checks. This has happened in https://github.com/excalidraw/excalidraw/pull/3303.
(#3303 has been merged now.) I'm not sure the export dialog is the right place for the autosave checkbox. It's not very discoverable. Is it time for a proper settings...
> * There's a problem where the autosave is triggered on any change to app state, even one that's unrelated to the file. This results in saving too early and...
This error typically is thrown when a user gesture like a click or key press is missing. In the Console, the user gesture requirement is lifted, but in the actual...
Oh, wait. I was tired and didn't fully notice that this is for browser automation software and the OPFS. Please disregard my previous comment. Sorry.
Reviewed this PR. Thanks for working on it!
I'm not sure what changed on the Firefox side. It was working just fine, but I can confirm that it stopped working on Firefox 117 now. It uses manifest v3,...
> @tomayac any chance this could get looked at soon? It's not exactly a very taxing review. At first sight this LGTM, but the tests fail. Could you look if...