disallow multiple selection in jump mode

This commit is contained in:
Jorge Morante 2023-11-10 15:47:34 +01:00
parent da3cd9f267
commit 65af29eba9
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@ module Fingers
end
private def process_multimode
return if mode == "jump"
prev_state = state.multi_mode
state.multi_mode = !state.multi_mode
current_state = state.multi_mode