YoloClin
YoloClin
I'd be open to actually coding it myself if someone was able to give me a pointer in how to determine state changes - I have a feeling there's a...
I've answered my own issue by implementing this feature by binding the `DOMContentLoaded` and blur/focus events. I'll submit a PR in a few weeks time once I've ironed out a...
I thought C-s was an autobind, but turns out I have it bound to `swiper-isearch` so that is the offending function.
The following also breaks: ``` ``` The behavior changes when the character length of property `a` changes (e.g. `abcdef={b}`), also when values `d` and `h` are removed (`c={}`).
Thanks, can confirm both pocs are fixed!
I was able to trigger this bug with the above sample repo within a docker container using `docker run -it -v $(pwd):/sync --entrypoint bash node:latest` - I have a similar...