more cleanup, better search

This commit is contained in:
2024-11-26 00:16:57 +00:00
parent 944ac08695
commit 81c4242735
16 changed files with 14 additions and 13 deletions

View File

@@ -107,7 +107,7 @@ const dynamicStyle = computed(() => {
});
function onVideoLoaded(event: Event) {
function onVideoLoaded() {
mediaDimensions.value = {
width: video.value!.videoWidth,
height: video.value!.videoHeight,