You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix clone line undo history and extra new line, issue 21811
This commit is contained in:
@@ -360,7 +360,7 @@ void TextEditor::_edit_option(int p_op) {
|
||||
} break;
|
||||
case EDIT_CLONE_DOWN: {
|
||||
|
||||
code_editor->code_lines_down();
|
||||
code_editor->clone_lines_down();
|
||||
} break;
|
||||
case EDIT_TOGGLE_FOLD_LINE: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user