You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix select_all_on_focus behaviour on web export with virtual keyboard
This commit is contained in:
@@ -75,7 +75,7 @@ void LineEdit::_edit(bool p_show_virtual_keyboard) {
|
||||
editing = true;
|
||||
_validate_caret_can_draw();
|
||||
|
||||
if (p_show_virtual_keyboard) {
|
||||
if (p_show_virtual_keyboard && !pending_select_all_on_focus) {
|
||||
show_virtual_keyboard();
|
||||
}
|
||||
queue_redraw();
|
||||
|
||||
Reference in New Issue
Block a user