InputDialog: add 'Go to line' button (#7673)

This commit is contained in:
hius07
2021-05-16 13:45:36 +03:00
committed by GitHub
parent e6027313e9
commit 834feef8cd
3 changed files with 81 additions and 0 deletions

View File

@@ -266,6 +266,9 @@ function InputContainer:onGesture(ev)
end
end
end
if self.stop_events_propagation then
return true
end
end
function InputContainer:onInput(input, ignore_first_hold_release)