Open MrMazur opened 9 years ago
Go to: (line 1808) selectLastRange: function() {
replace: this.body.focus(); with: if (this.body && typeof this.body.focus == 'function') {this.body.focus();}
Simple but works.
Go to: (line 1808) selectLastRange: function() {
replace: this.body.focus(); with: if (this.body && typeof this.body.focus == 'function') {this.body.focus();}
Simple but works.