mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-23 05:57:21 +00:00
Fix build error.
This commit is contained in:
parent
291a0373b7
commit
1d47af14ff
@ -606,7 +606,7 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
markers?.style.background = `linear-gradient(${array.join(",")})`;
|
if (markers) markers.style.background = `linear-gradient(${array.join(",")})`;
|
||||||
},
|
},
|
||||||
destroy(hotkeys) {
|
destroy(hotkeys) {
|
||||||
if (this.$ui) {
|
if (this.$ui) {
|
||||||
|
Loading…
Reference in New Issue
Block a user