Skip to content

Commit 1babaea

Browse files
committed
Fixing comment english
1 parent ee8e501 commit 1babaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timeline/js/functions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function setBoundingBox(scope, item, is_playhead=false) {
257257
}
258258

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

0 commit comments

Comments
 (0)