Fix redundant calls to onEditText() (#3541)
This fixes an issue where onEditText() would be called unnecessarily when the markdown editor lost focus. Simplify the code by just listening for the 'input' event, which all our target browsers support.
Showing
Please register or sign in to comment