Skip to content

Commit

Permalink
Async redisplay on isolated workspace switch
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesg99 committed Aug 28, 2019
1 parent fa2f7ac commit 06d50e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ var taskbar = Utils.defineClass({

handleIsolatedWorkspaceSwitch: function() {
this._shownInitially = this.isGroupApps;
this._redisplay();
this._queueRedisplay();
},

_connectWorkspaceSignals: function() {
Expand Down

0 comments on commit 06d50e8

Please sign in to comment.