[SSE] fix bug 42885
This commit is contained in:
parent
6345ebca47
commit
0e5aed194b
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue