more cleanup, better search
This commit is contained in:
@@ -107,7 +107,7 @@ const dynamicStyle = computed(() => {
|
||||
});
|
||||
|
||||
|
||||
function onVideoLoaded(event: Event) {
|
||||
function onVideoLoaded() {
|
||||
mediaDimensions.value = {
|
||||
width: video.value!.videoWidth,
|
||||
height: video.value!.videoHeight,
|
||||
|
||||
Reference in New Issue
Block a user