mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-21 19:45:55 +00:00
Add support for focusing RichTextLabels.
This commit is contained in:
parent
ae4c4c2aa0
commit
f47450d05d
|
@ -483,7 +483,7 @@ func focused():
|
|||
editor_inspector_section_focused()
|
||||
elif node is ItemList:
|
||||
item_list_focused()
|
||||
elif node is Label:
|
||||
elif node is Label or node is RichTextLabel:
|
||||
label_focused()
|
||||
elif node is LineEdit:
|
||||
line_edit_focused()
|
||||
|
|
Loading…
Reference in New Issue
Block a user