This commit is contained in:
Insality
2025-11-09 19:16:04 +02:00
parent b9e2102a8c
commit 54bf904727
3 changed files with 146 additions and 3 deletions

View File

@@ -357,7 +357,7 @@ function M:on_input(action_id, action)
for i = #components, 1, -1 do
local component = components[i]
local input_enabled = component:get_input_enabled()
local input_enabled = component._meta.input_enabled
if input_enabled and self:_can_use_input_component(component) then
if not is_input_consumed then