1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

Merge pull request #152 from ComfyFactory/poll

poll - fix weird bug
This commit is contained in:
Gerkiz 2021-11-06 13:39:12 +01:00 committed by GitHub
commit 17780c5757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -856,6 +856,9 @@ Gui.on_click(
create_poll_delete_answer_name,
function(event)
local button_data = Gui.get_data(event.element)
if not button_data then
return
end
local data = button_data.data
if not data then