timeline: add comment to recent code addition

This commit is contained in:
itsmattkc
2022-07-26 08:33:05 -07:00
parent 9eb0aa80e1
commit fb8bb654a0
@@ -64,6 +64,7 @@ void TrackRippleRemoveAreaCommand::prepare()
// If it's getting trimmed, determine if it's actually getting spliced
if (first_block_is_out_trimmed && first_block_is_in_trimmed) {
if (dynamic_cast<GapBlock*>(first_block)) {
// As a rule, we don't split gaps, so we just treat it as a trim of the range requested
trim_out_ = {first_block,
first_block->length(),
first_block->length() - range_.length()};