We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d654005 commit 06d9845Copy full SHA for 06d9845
1 file changed
exp_scenario/module/gui/module_inserter.lua
@@ -178,7 +178,7 @@ end
178
function Elements.module_table.remove_row(module_table, machine_selector)
179
local rows = Elements.module_table.data[module_table]
180
local row = rows[machine_selector.index]
181
- row[machine_selector.index] = nil
+ rows[machine_selector.index] = nil
182
Gui.destroy_if_valid(machine_selector)
183
for _, separator in pairs(row.row_separators) do
184
Gui.destroy_if_valid(separator)
0 commit comments