InputAction still work if PlayerInputs was disabled in same frame where InputAction invoke Enable()
I use UI which disable mouse click`s on ground when i hovering UI.
If I open some menu which disable entire PlayerInputs and in same time mouse click was disabled by other UI it make previous UI lose hover state and invoke enable mouse.
As result I have disabled entire PlayerInputs but mouse click still enabled and have performed reaction.