Async redisplay on isolated workspace switch

This commit is contained in:
Charles Gagnon
2019-08-28 19:14:28 -04:00
parent fa2f7ac05b
commit 06d50e81ab

View File

@@ -487,7 +487,7 @@ var taskbar = Utils.defineClass({
handleIsolatedWorkspaceSwitch: function() {
this._shownInitially = this.isGroupApps;
this._redisplay();
this._queueRedisplay();
},
_connectWorkspaceSignals: function() {