Bengt Weiße
Bengt Weiße
like described by IsaacSomething use the rxjs operator "skip" to ignore the first trigger.
you can try to solve the issue and send a pr. but as i described above i have not idea how to solve it without breaking other functionality
I added a hint to the readme about that issue: https://github.com/KillerCodeMonkey/ngx-quill?tab=readme-ov-file#known-issues
I switched to api keys to get things working with latest builder version. but i guess the issue is still valid
We got same errors but for `darwin-x64` and `linux-x64`. We changed nothing on our build-pipeline. We are using electron 28 with the matching node v18 version required by electron to...
@lovell thanks for you super fast responses... seems like i really missed that the `@img/**` things are now in the asarUnpack array. *facepalm
it depends how your resize is implemented. ngx-quill per default only track real "user" changes. if you check the quilljs documentation you see each "update" api accepts a last "source"...
do not know... since i can not see all your code..
you can try to use https://quilljs.com/docs/api/#update. Call it with 'user' whenever the "user" is changing something you want to be triggered as a real change
@Gourishmesta any news on that one?