Force indicators animation when dragging window to another workspace

This commit is contained in:
Charles Gagnon
2018-10-21 20:57:33 -04:00
parent 368b9a1917
commit 1676292fa1

View File

@@ -574,7 +574,7 @@ var taskbarAppIcon = new Lang.Class({
},
_onFocusAppChanged: function(windowTracker) {
this._displayProperIndicator();
this._displayProperIndicator(true);
},
_onOverviewWindowDragEnd: function(windowTracker) {