mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix: add select-none on load more matches button
This commit is contained in:
parent
897055b189
commit
b30349acc9
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
@click="btnClicked"
|
||||
:class="[btnClass, {'loading': loading}, {'pr-12': loading}]"
|
||||
:disabled="loading"
|
||||
class="relative"
|
||||
class="relative select-none"
|
||||
type="button"
|
||||
>
|
||||
<slot>Send</slot>
|
||||
|
|
|
|||
Loading…
Reference in a new issue