chore: storing version and changelog

This commit is contained in:
StraToN
2022-10-24 21:42:59 +00:00
parent fd6142c7c2
commit 287c61c1a3
2 changed files with 10 additions and 1 deletions

View File

@@ -358,7 +358,7 @@ func _on_mouse_left_clicked_item(item: ESCItem, event: InputEvent) -> void:
if not hover_stack.empty():
var next_item = hover_stack.pop_back()
_on_mouse_left_clicked_item(next_item, event)
return
if not escoria.action_manager.is_object_actionable(item.global_id):