From 8a35f1b833f14a18fe8b82d66d66ab6209a71d04 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 26 Mar 2025 20:52:37 +0900 Subject: [PATCH] . --- PHI-CL/control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/control.lua b/PHI-CL/control.lua index 97a2f74..bfe99b4 100644 --- a/PHI-CL/control.lua +++ b/PHI-CL/control.lua @@ -260,7 +260,7 @@ if settings.startup['PHI-CT'].value then if e.element.parent == gui_instance.table_position and e.element ~= gui_instance.table_position.sprite_inserter then local new_pos = gui.get_button_pos(e.element) - if e.button == defines.mouse_button_type.left and (not e.control) and (not e.shift) then + if e.button == defines.mouse_button_type.left and (not e.control or e.shift) then local new_positions = {drop = new_pos} if e.element.sprite == 'virtual-signal/down-arrow' then