Add support for focusing RichTextLabels.

This commit is contained in:
Nolan Darilek 2020-01-30 13:23:52 -06:00
parent ae4c4c2aa0
commit f47450d05d

View File

@ -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()