Merge branch 'misskey-develop' into merge/2025-03-24
This commit is contained in:
@@ -342,7 +342,7 @@ const bufferedDataRatio = computed(() => {
|
||||
// MediaControl Events
|
||||
function onMouseOver() {
|
||||
if (controlStateTimer) {
|
||||
clearTimeout(controlStateTimer);
|
||||
window.clearTimeout(controlStateTimer);
|
||||
}
|
||||
isHoverring.value = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user