I've found that using escape to cancel commands (not related to VimFx) such a changing inside text objects ends up deselecting the text area.
Given text:
(foo bar spam)
Typing, in normal mode where the cursor is on, say, b:
ci<ESC>
Ends up, instead of cancelling the change, deselecting the text area.