1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00
This commit is contained in:
Mikael Finstad 2020-02-19 13:02:56 +08:00
parent e4ebd604cc
commit 9defcc9bfe

View File

@ -9,7 +9,7 @@ const { formatDuration } = require('./util');
const TimelineSeg = ({
duration, cutStart, cutEnd, isActive, segNum,
onSegClick, color, invertCutSegments, zoomed,
onSegClick, color, invertCutSegments,
}) => {
const cutSectionWidth = `${((cutEnd - cutStart) / duration) * 100}%`;