mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -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} />
|
<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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue