From abb107cc9f7b6a36ed43d94d4c279269153e514d Mon Sep 17 00:00:00 2001 From: Benzo <102178921+Benzo00@users.noreply.github.com> Date: Fri, 9 Sep 2022 20:33:01 +0200 Subject: [PATCH] fix: idk man this broke something dont ask --- [esx]/esx_menu_list/client/main.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/[esx]/esx_menu_list/client/main.lua b/[esx]/esx_menu_list/client/main.lua index 65721d0f..aad1f8d7 100644 --- a/[esx]/esx_menu_list/client/main.lua +++ b/[esx]/esx_menu_list/client/main.lua @@ -12,7 +12,9 @@ CreateThread(function() name = name, data = data }) + SetTimeout(200, function() SetNuiFocus(true, true) + end) end local function closeMenu(namespace, name) @@ -58,4 +60,4 @@ CreateThread(function() cb('OK') end) -end) \ No newline at end of file +end)