Skip to content

Adds new lines on quote

José Renan requested to merge joserenan/webapp:develop into develop

I use gitter in my organization and a problem faced by the contributors is that after clicking the quote button on messages the users have to type two new lines in order to prevent the text inserted after from being quoted as well.

This PR adds two new lines after the quoted text automatically so the user can start typing anything after clicking the quote button and it will not be quoted.

The type cursor when clicking quote before this PR: image

The type cursor when clicking quote after this PR: image

Merge request reports