mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 04:37:22 -05:00
Fix: Text selection issue
This commit is contained in:
parent
495da3c2df
commit
44a10811a3
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<svelte:window onresize={updateHeight} />
|
||||
|
||||
<span
|
||||
<div
|
||||
on:click={onClick}
|
||||
on:keypress={onClick}
|
||||
role="button"
|
||||
|
|
@ -86,7 +86,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
placeholder={tr.deckConfigPlaceholderParameters()}
|
||||
disabled={!unlocked}
|
||||
></textarea>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<Warning warning={unlockEditWarning} className="alert-danger"></Warning>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue