mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 14:24:54 +00:00
On WebKit-based browsers, triple clicking on the last paragraph of a post won't stop at the end of the paragraph, leaking the selection into the following nodes until it finds a non-empty node. This commit introduces a workaround to fix this behavior.