Make the storyboard canvas display: none by default

This commit is contained in:
root
2023-05-24 01:21:53 +05:30
parent 137e042e16
commit 6b4dd19dec
+1 -1
View File
@@ -4,7 +4,7 @@
style="width: 100%; height: calc(100vh - 48px); background: #000"
ref="container"
>
<canvas ref="preview" class="pm-shaka-preview rounded" />
<canvas ref="preview" class="pm-shaka-preview rounded" style="display: none" />
<video
data-shaka-player
style="min-width: 100%;"