This commit is contained in:
2024-11-02 23:29:11 +01:00
parent 963ca95f59
commit 3aa4661781

View File

@@ -300,10 +300,6 @@ func click_on_item(item_global_id: String, event: InputEvent, action: String) ->
true
)
# Hide tooltip if some action is being performed
if escoria.action_manager.action_state == ESCActionManager.ACTION_INPUT_STATE.COMPLETED:
$tooltip_layer/tooltip.setHidden()
func left_click_on_item(item_global_id: String, event: InputEvent) -> void:
click_on_item(item_global_id, event, ACTION1)