mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Fix HTML5 button
This commit is contained in:
@@ -151,7 +151,7 @@ function Input.init(self, click_node, text_node, keyboard_type)
|
||||
self.button.on_long_click:subscribe(clear_and_select)
|
||||
|
||||
if html5 then
|
||||
self.button:set_html5_user_interaction(true)
|
||||
self.button:set_web_user_interaction(true)
|
||||
end
|
||||
|
||||
self.on_input_select = Event()
|
||||
|
Reference in New Issue
Block a user