Skip to content

Commit

Permalink
Fix action handler key press/release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sprunk authored Sep 24, 2023
1 parent bcba7cc commit fe2ffda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cont/LuaUI/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ local function TryAction(actionMap, cmd, optLine, optWords, isRepeat, release, a
end


function actionHandler:KeyAction(press, _, _, isRepeat, actions)
function actionHandler:KeyAction(press, _, _, isRepeat, _, actions)
if (not(actions and next(actions))) then return false end

local actionSet
Expand Down

0 comments on commit fe2ffda

Please sign in to comment.