Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
2bd92f0b
Commit
2bd92f0b
authored
Jan 20, 2020
by
marc duez
Browse files
segmenter.js : excessive reset
parent
e5dbc916
Pipeline
#114776
failed with stages
in 13 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
browser/js/segmenter.js
View file @
2bd92f0b
...
...
@@ -683,7 +683,7 @@ Segment.prototype = {
}
this
.
aligned
=
false
;
this
.
resetAlign
()
if
(
this
.
aligned
)
this
.
resetAlign
()
this
.
sequence
[
cloneID
]
=
new
Sequence
(
cloneID
,
this
.
m
,
this
)
this
.
sequence
[
cloneID
].
load
();
this
.
sequence_order
.
push
(
cloneID
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment