• Robert Knight's avatar
    Fix redundant calls to onEditText() (#3541) · 32e8fcb8
    Robert Knight authored
    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.
    32e8fcb8
markdown.js 4.9 KB