Fix: Text selection issue

This commit is contained in:
Luc Mcgrady 2025-10-27 12:45:26 +00:00
parent 495da3c2df
commit 44a10811a3
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -71,7 +71,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<svelte:window onresize={updateHeight} /> <svelte:window onresize={updateHeight} />
<span <div
on:click={onClick} on:click={onClick}
on:keypress={onClick} on:keypress={onClick}
role="button" role="button"
@ -86,7 +86,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
placeholder={tr.deckConfigPlaceholderParameters()} placeholder={tr.deckConfigPlaceholderParameters()}
disabled={!unlocked} disabled={!unlocked}
></textarea> ></textarea>
</span> </div>
<Warning warning={unlockEditWarning} className="alert-danger"></Warning> <Warning warning={unlockEditWarning} className="alert-danger"></Warning>