You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typing in the editor results in a wrong Delta from the third row. as it missed to make a Delta to insert: "for some reaso"
{"before":[{"insert":"this is a test if everything work\n"}],"change":[{"retain":33},{"insert":"s"}]},
{"before":[{"insert":"this is a test if everything works\n"}],"change":[{"retain":34},{"insert":"."}]},
{"before":[{"insert":"this is a test if everything works. for some reaso\n"}],"change":[{"retain":50},{"insert":"n"}]},
{"before":[{"insert":"this is a test if everything works. for some reason\n"}],"change":[{"retain":51},{"insert":"."}]}
i will try with a buffer but then all changes will be recorded again. i really want a diff (Delta) after a person stops typing after 1000 ms.
Expected results
correct delta's even when debounce...
Actual results
see above...
Additional Context
Screenshots / Video demonstration
[Attach media here]
Logs
[Paste logs here]
The text was updated successfully, but these errors were encountered:
perhaps this is a shortcoming of the package at this moment, as i would think in the compiled quill there should be something like a buffer or debounce method inside of it..?
Have you checked for an existing issue?
Flutter Quill Version
11.0
Steps to Reproduce
typing in the editor results in a wrong Delta from the third row. as it missed to make a Delta to insert: "for some reaso"
i will try with a buffer but then all changes will be recorded again. i really want a diff (Delta) after a person stops typing after 1000 ms.
Expected results
correct delta's even when debounce...
Actual results
see above...
Additional Context
Screenshots / Video demonstration
[Attach media here]
Logs
[Paste logs here]
The text was updated successfully, but these errors were encountered: