qbcore-framework / qb-inventory

Slot Based Inventory System Used With QB-Core :school_satchel:
GNU General Public License v3.0
50 stars 377 forks source link

fix(client): Prevent inventory opening if NUI is already focused #388

Closed tom-osborne closed 1 year ago

tom-osborne commented 1 year ago

Description

This PR prevents the inventory opening if another resource already has NUI focus. This was occurring if a user used /tx to open the tx admin, which uses TAB to cycle through the menu.

This issue was raised by Tabarra#1234 in Discord. Ref: https://discord.com/channels/831626422232678481/1045830587694469241

Checklist