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
The only way I've found to listen to the text input is to add event listener to woofmark.find(textarea).textarea and .editable objects.
Is there any other way of doing that?
The text was updated successfully, but these errors were encountered:
Also it would be really great to trigger an event upon switching between modes. An example usage would be making the textarea autoexpand, which currently requires not only watching for new input inside the textarea, but also somehow detecting the switch away from the WYSIWYG mode, because that also means the text in the textarea might have changed.
However, I'm not sure what all the different events are, and it's still element-based, so I think you may still need to watch both elements. But the above example triggers on mode change.
The only way I've found to listen to the text input is to add event listener to
woofmark.find(textarea).textarea
and.editable
objects.Is there any other way of doing that?
The text was updated successfully, but these errors were encountered: