WebUI Fixes (#10608)

* Fix camera with -

* Fix not playing player after making slight adjustment

* Fix hovering getting stuck
This commit is contained in:
Nicolas Mowen
2024-03-22 08:31:20 -06:00
committed by GitHub
parent df6c3b14dd
commit 83517f59b4
4 changed files with 15 additions and 8 deletions

View File

@@ -147,6 +147,8 @@ export function RecordingView({
} else {
updateSelectedSegment(currentTime, true);
}
} else {
mainControllerRef.current?.play();
}
}
// we only want to seek when current time doesn't match the player update time