Merge pull request #63197 from rcorre/fix-copy-node-path

This commit is contained in:
Rémi Verschelde 2022-08-08 17:53:21 +02:00 committed by GitHub
commit c18ef0df08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -569,7 +569,7 @@ void EditorProperty::_gui_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;
}