We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105d1d9 commit cccf916Copy full SHA for cccf916
scenes/root/Root.tscn
@@ -62,6 +62,7 @@ content_scale_aspect = 4
62
unique_name_in_owner = true
63
position = Vector2i(0, 648)
64
size = Vector2i(1152, 300)
65
+visible = false
66
always_on_top = true
67
theme = ExtResource("5")
68
script = ExtResource("2")
source/utils/TabContainerHandler.gd
@@ -38,6 +38,7 @@ func _input(event):
38
(_focused and event.is_action_pressed("ui_left")):
39
if is_key_event_on_text(event):
40
return
41
+ get_viewport().set_input_as_handled()
42
if tab.current_tab > 0:
43
tab.current_tab -= 1
44
else:
0 commit comments