Fixed broken double click to exit inside group edit mode
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1759 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -5369,6 +5369,10 @@ var getMouseTarget = this.getMouseTarget = function(evt) {
|
|||||||
// Don't do for rotated groups for now
|
// Don't do for rotated groups for now
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// Reset context
|
||||||
|
if(current_group) {
|
||||||
|
leaveContext();
|
||||||
|
}
|
||||||
|
|
||||||
if(parent.tagName !== 'g' || parent === current_layer || mouse_target === selectorManager.selectorParentGroup) {
|
if(parent.tagName !== 'g' || parent === current_layer || mouse_target === selectorManager.selectorParentGroup) {
|
||||||
// Escape from in-group edit
|
// Escape from in-group edit
|
||||||
|
|||||||
Reference in New Issue
Block a user