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
Daniel ANTELME
digilib-pivaj
Commits
6755e1b2
Commit
6755e1b2
authored
Feb 26, 2015
by
robcast
Browse files
fix bug when creating shapes without handles.
parent
aa69ea59
Changes
1
Show whitespace changes
Inline
Side-by-side
webapp/src/main/webapp/jquery/jquery.digilib.vector.js
View file @
6755e1b2
...
@@ -615,7 +615,7 @@
...
@@ -615,7 +615,7 @@
// update shape SVG element
// update shape SVG element
$shape
.
place
();
$shape
.
place
();
// move handles accordingly
// move handles accordingly
placeHandles
();
if
(
shape
.
$vertexElems
!=
null
)
placeHandles
();
$
(
data
).
trigger
(
'
dragShape
'
,
shape
);
$
(
data
).
trigger
(
'
dragShape
'
,
shape
);
}
}
return
false
;
return
false
;
...
...
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