Blocking range track clicks through thumbs.

This commit is contained in:
DebaucheryLibrarian
2021-03-03 14:54:51 +01:00
parent cf4978b37f
commit cdb47066cc
2 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
type="range"
class="slider"
@change="emit"
@click.stop
>
<input
@@ -34,6 +35,7 @@
type="range"
class="slider"
@change="emit"
@click.stop
>
</div>