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
but sadly using the work-around from one issue causes an issue in the other case and vise-versa. I'm stuck. I'm creating this issue to provide an example when nor selection-change, neither quill.root.addEventListener approach works.
We are using quill in the popup in real-time application with auto save. And we need some valid immediate trigger for blur event, that has to be triggered when the close-popup-button is pressed.
The text was updated successfully, but these errors were encountered:
In your case, you could add an event listener on your button and do a save when it's clicked. Or replace the button by a div and selection-change will trigger.
Steps for Reproduction
quill 1.3.6 is in use;
That's related to:
#1397
#1951
#1680
but sadly using the work-around from one issue causes an issue in the other case and vise-versa. I'm stuck. I'm creating this issue to provide an example when nor
selection-change
, neitherquill.root.addEventListener
approach works.We are using quill in the popup in real-time application with auto save. And we need some valid immediate trigger for blur event, that has to be triggered when the close-popup-button is pressed.
The text was updated successfully, but these errors were encountered: