You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
don't switch to resource tab when switching to script tab
This commit is contained in:
@@ -1102,7 +1102,6 @@ void ScriptEditor::ensure_select_current() {
|
||||
if (!ste)
|
||||
return;
|
||||
Ref<Script> script = ste->get_edited_script();
|
||||
editor->call("_resource_selected",script);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user