@vidispine/vdt-react 22.3.0-pre.5 → 22.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3115,7 +3115,7 @@ function useHoverScrub() {
3115
3115
  }
3116
3116
 
3117
3117
  var mouseTimecodePosition = mouseElementPosition / (e.currentTarget.offsetWidth / +durationSeconds);
3118
- setThumbnailTimeCode(vdtJs.formatSeconds(mouseTimecodePosition));
3118
+ setThumbnailTimeCode(vdtJs.formatTimeCodeSeconds(mouseTimecodePosition));
3119
3119
  var newIndex = indexOfPrecededTimeCode(mouseTimecodePosition, thumbnailTimeCodeArray.map(function (tc) {
3120
3120
  return tc.toSeconds().toFixed(0);
3121
3121
  }));