Commit 6f2f6ef0 authored by SpinShare's avatar SpinShare

made volume change while dragging

parent 5b2859d1
......@@ -34,7 +34,7 @@
<i class="mdi mdi-stop" v-if="previewIsPlaying"></i>
</div>
<div class="volume" v-bind:class="{'volume-installed': isInstalled}">
<input type="range" min="0" max="100" value="50" v-model="previewVolume" class="playerVolume" v-on:change="UpdateVolume()" />
<input type="range" min="0" max="100" value="50" v-model="previewVolume" class="playerVolume" v-on:input="UpdateVolume()" />
</div>
</div>
<div v-on:click="CopyLink()" class="action">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment