Adonis Console Key and Keybinds running while typing in chat

Today I have discovered an issue with the Adonis Admin system which as far as I recall, is an issue that has not been the case in the past.

For some context I have my keybind to open up the command bar as ’ , and I also have some other custom keybinds bound to other keys. Previously, neither the ’ key nor my other keybinds would run any commands on Adonis if I were typing in chat while using the aforementioned keys. However, today myself and many others find that their keybinds and console keys work even when typing in chat now, which is causing some issues and inconveniences.

Is this a Roblox or Adonis issue? Did Adonis update such that it no longer prevents keybinds from running while chatting? Is there a way to resolve this issue?

If what I am getting right is the keybind is still running while chatting in the userinputserivce on the inputbegan the second parameter is game process event I think and that just means are they chatting or smth.

If I remember correctly on the functions just have the second argument as proc then inside the start of the function have

if proc then return end