Steps to reproduce:
- Type
test
and highlight it - Hit Ctrl+B to get
**test**
(test
alone should still be highlighted) - Hit Ctrl+I
Expected: Should result in ***test***
Actual: Results in *test*
Interestingly, if you do this in the opposite order of doing Ctrl+I first and Ctrl+B second, you do correctly get ***test***
. I’m pretty sure this used to work regardless of the order.