let navigation keys propagate

so other components can use them for simultaneous control
develop
myk002 2021-01-11 15:02:12 -08:00
parent 2797061b04
commit dac9538fd9
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -436,7 +436,7 @@ function Label:onInput(keys)
v = -self.frame_body.height
end
self:scroll(v)
return true
return false
end
end
return check_text_keys(self, keys)