Fix HTML5 button

This commit is contained in:
Insality
2023-08-05 19:27:51 +03:00
parent 628723386e
commit 37fff52aa5
4 changed files with 13 additions and 8 deletions

View File

@@ -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