mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Revert "Merge pull request #70696 from Rindbee/propagate-keying-state"
This reverts commitc774b4ce17, reversing changes made toccc609d824.
This commit is contained in:
@@ -4121,8 +4121,6 @@ void EditorPropertyResource::update_property() {
|
||||
|
||||
if (use_editor) {
|
||||
// Open editor directly and hide other such editors which are currently open.
|
||||
// The opened editor is the one that edits the sub-resource, so keying state will be toggled to false.
|
||||
sub_inspector->set_keying(false);
|
||||
_open_editor_pressed();
|
||||
if (is_inside_tree()) {
|
||||
get_tree()->call_deferred(SNAME("call_group"), "_editor_resource_properties", "_fold_other_editors", this);
|
||||
|
||||
Reference in New Issue
Block a user