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've tried to emulate this possible solution here in order to dynamically update placeholder options, but the click functionality seems to disappear when you add a new one. I think it's because these are registered when the module is created. Would be good to get this working dynamically.
The text was updated successfully, but these errors were encountered:
Yeah at a basic level. I understand I could hold off on loading the Quill instance until I have them loaded, say, from a HTTP request, but I also have the use case of having users being able to add them in real-time. Quill has this annoying limitation where we cannot re-instantiate the editor or even the toolbar. destroy() was removed in a previous version.
I've tried to emulate this possible solution here in order to dynamically update placeholder options, but the click functionality seems to disappear when you add a new one. I think it's because these are registered when the module is created. Would be good to get this working dynamically.
The text was updated successfully, but these errors were encountered: