Skip to content

Commit 4c5a461

Browse files
committed
ensure highlight appears when scanning through history
1 parent c9a7537 commit 4c5a461

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/lua/spectate.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,10 @@ end
608608
function FollowPanelOverlay:onInput(keys)
609609
if keys.KEYBOARD_CURSOR_LEFT then
610610
spectate_followPrev()
611+
return true
611612
elseif keys.KEYBOARD_CURSOR_RIGHT then
612613
spectate_followNext()
614+
return true
613615
end
614616
return FollowPanelOverlay.super.onInput(self, keys)
615617
end

0 commit comments

Comments
 (0)