Fix the problem with font combobox

This commit is contained in:
Julia Radzhabova 2021-02-10 17:00:47 +03:00
parent be2063263d
commit cf38ed40fe

View file

@ -383,7 +383,7 @@ define([
itemClicked: function (e) { itemClicked: function (e) {
this.__name = undefined; this.__name = undefined;
if (!this.__nameId) { if (this.__nameId) {
clearTimeout(this.__nameId); clearTimeout(this.__nameId);
this.__nameId = undefined; this.__nameId = undefined;
} }