Votonic

Join Discord Server
Roadmap
Feature Requests
Bugs

Powered by

Powered by

    Triple clicking a line on the website selects the line, but when you copy it, it copies the selected line and the one before it

    see attached image for better explanation

    attachment
    Done
    •
    Voters

    Powered by

    You must be logged in to comment on posts
    do
    updated status on this post to
    Done
    do
    updated status on this post to
    In Progress
    re
    commented

    This is because you use multiple <span> elements instead of <p>. <span>s are not really considered to be separate at all. especially when used inside another inline element. Just render the text with line breaks, or better, use multiple <p> inside a <div>, it's what <p> is meant for.

    Voters

    Powered by