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
515f3190
Commit
515f3190
authored
Dec 01, 2014
by
Marc Duez
Browse files
model.js : debug unselect
parent
167408d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/model.js
View file @
515f3190
...
...
@@ -921,7 +921,7 @@ Model.prototype = {
if
(
cloneID
==
(
this
.
n_clones
-
1
))
return
0
if
(
this
.
clone
(
cloneID
).
isSelected
())
{
return
;
this
.
clone
(
cloneID
).
select
=
false
;
}
else
{
this
.
clone
(
cloneID
).
select
=
true
;
}
...
...
Vidjil Team
@vidjilteam
Mentioned in issue
#1290
·
Nov 29, 2016
Mentioned in issue
#1290
Mentioned in issue #1290
Toggle commit list
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