diff --git a/editor/plugins/animation_library_editor.cpp b/editor/plugins/animation_library_editor.cpp index c4c0799daad..7ab2cdbe534 100644 --- a/editor/plugins/animation_library_editor.cpp +++ b/editor/plugins/animation_library_editor.cpp @@ -668,7 +668,7 @@ void AnimationLibraryEditor::update_tree() { } } - libitem->set_editable(0, !animation_library_is_foreign); + libitem->set_editable(0, true); libitem->set_metadata(0, K); libitem->set_icon(0, get_editor_theme_icon("AnimationLibrary"));