Fix the problem with font combobox
This commit is contained in:
parent
be2063263d
commit
cf38ed40fe
|
@ -383,7 +383,7 @@ define([
|
|||
|
||||
itemClicked: function (e) {
|
||||
this.__name = undefined;
|
||||
if (!this.__nameId) {
|
||||
if (this.__nameId) {
|
||||
clearTimeout(this.__nameId);
|
||||
this.__nameId = undefined;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue