[SSE] fix bug 42885

This commit is contained in:
Maxim Kadushkin 2019-09-23 18:39:59 +03:00
parent 6345ebca47
commit 0e5aed194b

View file

@ -3128,10 +3128,8 @@ define([
} }
setTimeout(function () { setTimeout(function () {
me.toolbar.render(_.extend({isCompactView: compactview}, config));
}, 0);
Common.Utils.asyncCall(function () { Common.Utils.asyncCall(function () {
me.toolbar.render(_.extend({isCompactView: compactview}, config));
if ( config.isEdit ) { if ( config.isEdit ) {
me.toolbar.setMode(config); me.toolbar.setMode(config);
@ -3195,6 +3193,7 @@ define([
} }
} }
}); });
}, 0);
}, },
onAppReady: function (config) { onAppReady: function (config) {