Removed not needed line.
This commit is contained in:
parent
9285c1b79b
commit
d492142a8f
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@
|
||||||
// disable rich text b/u/i
|
// disable rich text b/u/i
|
||||||
if ( this.options.mode === 'textonly' ) {
|
if ( this.options.mode === 'textonly' ) {
|
||||||
this.$element.on('keydown', function (e) {
|
this.$element.on('keydown', function (e) {
|
||||||
var _this = this
|
|
||||||
if ( _this.richTextKey(e) ) {
|
if ( _this.richTextKey(e) ) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue