refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Fix edit buttons not triggering change events #327

Open BudgieInWA opened 4 years ago

BudgieInWA commented 4 years ago

The discussion in #308 indicates that this.change(this) is incorrect, adding a listener instead of triggering a change event.

closes #308.