This commit is contained in:
KuhnChris 2021-11-10 13:41:16 -08:00 committed by GitHub
commit 13b49e004c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,9 @@ void ViewportContainer::_notification(int p_what) {
c->set_update_mode(Viewport::UPDATE_DISABLED);
}
c->set_handle_input_locally(false); //do not handle input locally here
// #46982: the reason for this is unknown - commented - this causes issues with input in viewport
// please either document behaviour or explain why this is here
// c->set_handle_input_locally(false); //do not handle input locally here
}
}