mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-15 18:56:43 -04:00
Set field_enter_after_edit for search fields
This commit is contained in:
parent
10799db4cf
commit
5a80084800
2 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,7 @@ local function get_formspec(player)
|
|||
"tooltip[clear;"..esc(S("Reset")).."]"..
|
||||
"tooltip[prev;"..esc(S("Previous page")).."]"..
|
||||
"tooltip[next;"..esc(S("Next page")).."]"..
|
||||
"field_enter_after_edit[filter;true]"..
|
||||
"field_close_on_enter[filter;false]")
|
||||
|
||||
if #data.items == 0 then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue