initiative-sh / initiative.sh

A web-based command line for game masters
https://initiative.sh/
GNU General Public License v3.0
44 stars 4 forks source link

Only focus input field on single click #257

Closed MikkelPaulson closed 2 years ago

MikkelPaulson commented 2 years ago

Update logic for "sticky" input field to only focus on the input when clicking once. This makes it possible to double- or triple-click to select text without the selection being immediately broken by the frontend.

Resolves #239.