Hacker News new | ask | show | jobs
by etler 4514 days ago
When I double click on the canvas it selects it.

You can fix it by adding:

    user-select: none;
    user-drag: none;
With appropriate vendor prefixes.