[DE] refactoring. toolbar's component rendering

This commit is contained in:
Maxim Kadushkin 2019-08-22 17:28:26 +03:00
parent e0f3a707de
commit 81986eb1bc

View file

@ -1270,7 +1270,7 @@ define([
rendererComponents: function (html) {
var $host = $(html);
var _injectComponent = function (id, cmp) {
Common.Utils.injectComponent($host.find(id), cmp);
Common.Utils.injectComponent($host.findById(id), cmp);
};
_injectComponent('#slot-field-fontname', this.cmbFontName);