-
-
Notifications
You must be signed in to change notification settings - Fork 860
Closed
Description
From @tobscure on June 25, 2015 0:44
When you click "reply" on a post, it will check if there is already content in the composer; if so, it will add two blank lines before the mention. This is good, but it can be annoying if you've already put two blank lines in preparation. We should detect if there are blank lines already there or not.
What needs to be done:
- Fix logic in the
insertMentionfunction in the addPostReplyAction initializer.
Copied from original issue: flarum/mentions#5