Skip to content

Commit

Permalink
Fixing comment english
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed May 7, 2021
1 parent ee8e501 commit 1babaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeline/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function setBoundingBox(scope, item, is_playhead=false) {
}

// Get list of current selected ids (so we can ignore their snapping x coordinates)
// Unless playhead, where is don't want to ignore any selected clips
// Unless playhead mode, where we don't want to ignore any selected clips
bounding_box.selected_ids = {};
if (!is_playhead) {
for (var clip_index = 0; clip_index < scope.project.clips.length; clip_index++) {
Expand Down

0 comments on commit 1babaea

Please sign in to comment.