diff --git a/apps/common/main/lib/component/ComboBoxFonts.js b/apps/common/main/lib/component/ComboBoxFonts.js index da3ce1539..5d3e28991 100644 --- a/apps/common/main/lib/component/ComboBoxFonts.js +++ b/apps/common/main/lib/component/ComboBoxFonts.js @@ -383,7 +383,7 @@ define([ itemClicked: function (e) { this.__name = undefined; - if (!this.__nameId) { + if (this.__nameId) { clearTimeout(this.__nameId); this.__nameId = undefined; }