Skip to content

Commit 51c1098

Browse files
committed
Merge branch 'master' of https://github.com/betaflight/betaflight-tx-lua-scripts into tools-screen-menu
2 parents 33f99b5 + 7244e10 commit 51c1098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SCRIPTS/BF/ui.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ function run_ui(event)
367367
incValue(1)
368368
elseif event == EVT_VIRTUAL_DEC or event == EVT_VIRTUAL_DEC_REPT then
369369
incValue(-1)
370+
killEvents(event)
370371
end
371372
end
372373
local nextPage = currentPage

0 commit comments

Comments
 (0)