mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
remove stray console.log
This commit is contained in:
parent
168b9d3246
commit
f2a455b984
1 changed files with 0 additions and 1 deletions
|
@ -688,7 +688,6 @@ export default {
|
||||||
seekbar.style.background = `linear-gradient(${array.join(",")})`;
|
seekbar.style.background = `linear-gradient(${array.join(",")})`;
|
||||||
|
|
||||||
seekbar.addEventListener("mouseup", () => {
|
seekbar.addEventListener("mouseup", () => {
|
||||||
console.log(111);
|
|
||||||
this.$refs.videoEl.focus();
|
this.$refs.videoEl.focus();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue