mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
parent
119912331c
commit
d1aed90976
@ -2388,7 +2388,7 @@ void TextEdit::_move_caret_page_down(bool p_select) {
|
||||
}
|
||||
|
||||
void TextEdit::_do_backspace(bool p_word, bool p_all_to_left) {
|
||||
if (!editable || (caret.column == 0 && caret.line == 0)) {
|
||||
if (!editable || (caret.column == 0 && caret.line == 0 && !has_selection())) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user