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
I need to use quill with knockout because there are certain bindings that are necessary.
I have gone through the binding code, and there seems to be a getHTML function that returns html. I tried to call it in my code after defining a new binding handler, but it returns an error.
Is this function defined separately? There doesn't seem to a supported method for returning HTML in quill as such.
The text was updated successfully, but these errors were encountered:
I need to use quill with knockout because there are certain bindings that are necessary.
I have gone through the binding code, and there seems to be a getHTML function that returns html. I tried to call it in my code after defining a new binding handler, but it returns an error.
Is this function defined separately? There doesn't seem to a supported method for returning HTML in quill as such.
The text was updated successfully, but these errors were encountered: