From db66df9dac63f9e7a2241247b3d33ba2e559f014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mih=C3=A1ly=20M=C3=A9sz=C3=A1ros?= Date: Sat, 18 Jul 2026 14:10:10 +0200 Subject: [PATCH] Fix spurious icon bounce on app list changes --- animator.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/animator.js b/animator.js index e3d19be..1668236 100644 --- a/animator.js +++ b/animator.js @@ -190,11 +190,6 @@ export let Animator = class { if (!icon._icon) return; let pos = icon.get_transformed_position(); - if (icon._found && !icon._handled) { - icon._handled = true; - dock._maybeBounce(icon, true); - } - icon._pos = [...pos]; icon._fixedPosition = [...pos];