Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
cdb2b273
Commit
cdb2b273
authored
Sep 24, 2014
by
Martin Urban
Browse files
File: Fix #1857
parent
c933b880
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file/static/js/base/events.js
View file @
cdb2b273
...
...
@@ -39,7 +39,8 @@ var FileBaseEvents = Class.extend({
var
abspath
=
self
.
FileBase
.
helper
.
abspath
(
data
.
name
);
var
inselection
=
self
.
FileBase
.
selections
.
entries
[
abspath
];
if
(
inselection
==
undefined
)
{
if
(
self
.
FileBase
.
workflow
.
selectmode
)
{
if
(
self
.
FileBase
.
workflow
.
selectmode
&&
Object
.
keys
(
self
.
FileBase
.
selections
.
entries
).
length
>=
1
)
{
self
.
FileBase
.
selections
.
changeSelection
(
node
,
true
);
self
.
FileBase
.
menuitems
.
showMenu
(
event
,
"
s
"
);
}
else
{
...
...
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