macOS version: 10.14.6
Kap version: 3.0.0 (latest code)
The preview after start time shows the video starting from 00:00 instead of starting from start time
Preview the current start-end time interval
None
As you can see, I have a recording of 2 rectangles. Once I shorten the interval, even though it only contains the blue rectangle, the preview shows the pink one.

Looking deeper, the problem is that Preview component uses time for both the time label on the preview and also the preview video currentTime.
Since the src is always the full video, we'll have to separate Preview.this.props.time into srcTime and labelTime in order for both to be correct
Most helpful comment
Looking deeper, the problem is that
Previewcomponent usestimefor both the time label on the preview and also the preview videocurrentTime.Since the
srcis always the full video, we'll have to separatePreview.this.props.timeintosrcTimeandlabelTimein order for both to be correct