Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
db7c08c3
Commit
db7c08c3
authored
Nov 22, 2017
by
Ryan Herbert
Browse files
model.js unselect clones when the user hides them
See
#2844
parent
7f1e4dbc
Pipeline
#11099
passed with stages
in 5 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
browser/js/model.js
View file @
db7c08c3
...
...
@@ -2282,6 +2282,7 @@ changeAlleleNotation: function(alleleNotation) {
for
(
var
i
=
0
;
i
<
list
.
length
;
i
++
)
{
this
.
clone
(
list
[
i
]).
isFiltered
=
true
}
this
.
unselectAll
();
$
(
"
#filter_input
"
).
val
(
"
(focus on some clones)
"
)
this
.
update
()
},
...
...
Write
Preview
Supports
Markdown
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