Muting Bootstrap Markdown Options which make markdown editor get stuck in a loop.
Ticket Description Working Issue #811
This commit is contained in:
parent
ac7149fbe5
commit
feaa61d0f2
2 changed files with 4 additions and 3 deletions
|
|
@ -143,8 +143,9 @@
|
|||
this.$textarea
|
||||
.on('focus', $.proxy(this.focus, this))
|
||||
.on('keypress', $.proxy(this.keypress, this))
|
||||
.on('keyup', $.proxy(this.keyup, this))
|
||||
.on('change', $.proxy(this.change, this))
|
||||
/* options muted to repair markdown editable issue */
|
||||
//.on('keyup', $.proxy(this.keyup, this))
|
||||
//.on('change', $.proxy(this.change, this))
|
||||
|
||||
if (this.eventSupported('keydown')) {
|
||||
this.$textarea.on('keydown', $.proxy(this.keydown, this))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue