Fix sync not working when triggered via hotkey buttons (fixes #399)
This commit is contained in:
@@ -132,6 +132,7 @@ public class KeyBindingRegistry extends EventRegistrations {
|
||||
for (Binding binding : bindings.values()) {
|
||||
while (binding.keyBinding.wasPressed()) {
|
||||
invokeKeyBindingHandlers(binding, binding.handlers);
|
||||
invokeKeyBindingHandlers(binding, binding.repeatedHandlers);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user