Skip to content

Commit

Permalink
fix(client/radial): reset nui focus on hide
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Apr 1, 2023
1 parent 73d2224 commit 4a7cf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/interface/client/radial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function lib.hideRadial()
data = false
})

lib.setNuiFocus(true)
lib.resetNuiFocus()
table.wipe(menuHistory)

isOpen = false
Expand Down

0 comments on commit 4a7cf75

Please sign in to comment.