[SSE] fix bug 42885
This commit is contained in:
parent
6345ebca47
commit
0e5aed194b
|
@ -3128,10 +3128,8 @@ define([
|
|||
}
|
||||
|
||||
setTimeout(function () {
|
||||
me.toolbar.render(_.extend({isCompactView: compactview}, config));
|
||||
}, 0);
|
||||
|
||||
Common.Utils.asyncCall(function () {
|
||||
me.toolbar.render(_.extend({isCompactView: compactview}, config));
|
||||
if ( config.isEdit ) {
|
||||
me.toolbar.setMode(config);
|
||||
|
||||
|
@ -3195,6 +3193,7 @@ define([
|
|||
}
|
||||
}
|
||||
});
|
||||
}, 0);
|
||||
},
|
||||
|
||||
onAppReady: function (config) {
|
||||
|
|
Loading…
Reference in a new issue