mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
Fix HTML5 button
This commit is contained in:
@@ -53,7 +53,6 @@ function init(self)
|
||||
|
||||
self.druid:new_button("button_add_first/button", on_add_first)
|
||||
local button = self.druid:new_button("button_add_last/button", on_add_last)
|
||||
button:set_html5_user_interaction(true)
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user