bring back bubble when moving slot

This commit is contained in:
2026-07-15 20:14:25 +02:00
parent 514f6fd417
commit 074c23523d

View File

@@ -586,7 +586,7 @@ function paint()
// } // }
// Hovered slot // Hovered slot
if ((last_hovered > -1) && !is_dragging) { if ((last_hovered > -1) && is_dragging < 2) {
var last_hovered_slot = slots[last_hovered]; var last_hovered_slot = slots[last_hovered];
// Slot border // Slot border