1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-28 23:06:38 +02:00

poll - fix weird bug

This commit is contained in:
Gerkiz 2021-11-06 12:44:19 +01:00
parent 3c728dffff
commit 0b5219c540

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