This PR fixes an infinite loop that was appearing on IconPicker, since it was about setting and unsetting the hotkey scope, it wasn't really noticeable. The direct cause was using the mouse enter and mouse leave events to set and unset the hotkey scope, without using a local state to prevent race condition, so this PR just adds this local state. Fixes https://github.com/twentyhq/twenty/issues/12344