mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
Way back in 90100378b8425d3d511e1eb00c23a6eb1650baae when we first added hashtag autocompletion, we added a rule to say we should not trigger autocomplete when backspacing into a hashtag. I think this is because we used to also not trigger it at the start of the line because of how markdown headers used to work. We removed this rule in 6f0b9bb1c4d93bc4fd865c6f9920991ded846b7d so we are safe to remove the backspace exception here too. Now you can backspace into a hashtag to trigger the autocomplete.