Fix select_all_on_focus behaviour on web export with virtual keyboard
This commit is contained in:
parent
ca1e4785b2
commit
402a527827
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue