diff --git a/src/game/scenes/BattleScene.ts b/src/game/scenes/BattleScene.ts index 9e1e855..d8f262c 100644 --- a/src/game/scenes/BattleScene.ts +++ b/src/game/scenes/BattleScene.ts @@ -11150,6 +11150,7 @@ export class BattleScene extends Phaser.Scene { private showSaveSlotPanel(mode: SaveSlotMode) { this.hideSaveSlotPanel(); + this.clearPointerFeedback(); const depth = 70; const width = 520; const height = 312;