Skip to content

Commit

Permalink
Сменил элемент для focus()
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan-Aleev committed Aug 31, 2023
1 parent 25d6742 commit 1a5371e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/ace/modx.texteditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Ext.ux.Ace = Ext.extend(Ext.form.TextField, {
},

focus: function (){
this.editor.focus();
(this.editor || this.valueHolder).focus();
},

blur: function (){
Expand Down

0 comments on commit 1a5371e

Please sign in to comment.