forgot to cancel timer on touch

This commit is contained in:
Baipyrus 2023-10-29 13:07:09 +01:00
parent 2369d06d94
commit 5128965d09

View File

@ -141,7 +141,7 @@ function get_messages(buffer)
return
elseif event == 'monitor_touch' then
system.index = (system.index + 1) % #system.components + 1
return
break
end
end