trigger "focus" event in focus function make chrome error:
"Uncaught RangeError: Maximum call stack size exceeded"
This commit is contained in:
parent
6a29e594b6
commit
6a58e99285
@ -2297,7 +2297,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
focus: function () {
|
focus: function () {
|
||||||
this.close();
|
this.close();
|
||||||
this.search.focus();
|
this.search.focus();
|
||||||
this.opts.element.triggerHandler("focus");
|
//this.opts.element.triggerHandler("focus");
|
||||||
},
|
},
|
||||||
|
|
||||||
// multi
|
// multi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user