Cursor is moved to the end of the current card’s text after selecting a tag from the dropdown list, no matter where the tag was added. (e.g.: add a tag at the beginning of a card, cursor jumps to the end of the card text)
1 Like
to repro:
- create a card and type some stuff ‘ABC’
- move cursor to beginning of textarea
- type ‘[[’
- select tag to complete tag
- observe that [[tag]] is created in the right place but cursor is moved to end of line (after ‘ABC’)
fix released
1 Like