enhancementformattershelp wanted
倉庫指標
- Star
- (3,516 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Currently 'content-changed' is called when setHTML() is called. Typically 'change' events aren't fired after setters are called. For example, the HTML input field's input/change events aren't fired when the 'value' attribute is changed manually using JS.
It would be nice if Scribe had its own 'input' and 'change' events that only fired when the user did something, e.g. typed, undo, paste, etc.