Fix narrow indicators focus switch

This commit is contained in:
Charles Gagnon
2023-03-05 12:19:50 -05:00
parent 91c9a445b7
commit 7713874028

View File

@@ -763,7 +763,7 @@ var TaskbarAppIcon = GObject.registerClass({
}
_animateDotDisplay(dots, newSize, otherDots, newOtherOpacity, sizeProp, duration) {
if(dots[sizeProp] != newSize && dots._tweeningToSize !== newSize) {
if(dots._tweeningToSize !== newSize) {
let tweenOpts = {
time: duration,
transition: 'easeInOutCubic',