Merge pull request #63197 from rcorre/fix-copy-node-path
This commit is contained in:
commit
c18ef0df08
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ void EditorProperty::_gui_input(const Ref<InputEvent> &p_event) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void EditorProperty::_unhandled_key_input(const Ref<InputEvent> &p_event) {
|
void EditorProperty::_unhandled_key_input(const Ref<InputEvent> &p_event) {
|
||||||
if (!selected) {
|
if (!selected || !is_visible_in_tree()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue