mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02: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