TeemuKoivisto / prosemirror-dev-toolkit

Injectable developer tools for ProseMirror rich-text editors implemented in Svelte and TypeScript.
https://teemukoivisto.github.io/prosemirror-dev-toolkit/
MIT License
115 stars 6 forks source link

Disabled state not persisted #45

Closed tslocke closed 1 year ago

tslocke commented 1 year ago

Previous discussion: https://discuss.prosemirror.net/t/prosemirror-developer-tools-chrome-extension/5154

The chrome extension provides a switch to disable it, so you no longer see the icon, but it seems the disabled state is getting lost.

In the above conversation I was saying that this happens between Chrome sessions, but I've now noticed that the icon definitely does sometimes reappear just on a page reload.

TeemuKoivisto commented 1 year ago

👍 all right, I'll see when I have time to fix this and any of the other issues as well

TeemuKoivisto commented 1 year ago

Yeah hah, it never persisted the state in the first place 😅. Wonder how that flied past me. I'll try to get this published soon, but it'll take some time for the new extension version to go live.