mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-22 03:45:56 +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()
|
editor_inspector_section_focused()
|
||||||
elif node is ItemList:
|
elif node is ItemList:
|
||||||
item_list_focused()
|
item_list_focused()
|
||||||
elif node is Label:
|
elif node is Label or node is RichTextLabel:
|
||||||
label_focused()
|
label_focused()
|
||||||
elif node is LineEdit:
|
elif node is LineEdit:
|
||||||
line_edit_focused()
|
line_edit_focused()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user