Camera trigger issues are certainly something I should've taken care of when doing bugfixing.
Right now it so happens that if two camera triggers are close by, the player can enter area B while still being in area A, then leave area B. This way, the OnEnter event for area A doesn't fire up, and the camera stays active for the second trigger, and you lose track of your character.
And the fix is somewhat simple - I only needed to add an additional event for when player leaves the trigger area.
That's probably the first thing I'll fix when jam ends.
Thank you so much for playing and for leaving feedback!