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-75d572ba1dddmaster
parent
9473d93f0a
commit
06f6297ae3
|
@ -5369,6 +5369,10 @@ var getMouseTarget = this.getMouseTarget = function(evt) {
|
|||
// Don't do for rotated groups for now
|
||||
return;
|
||||
}
|
||||
// Reset context
|
||||
if(current_group) {
|
||||
leaveContext();
|
||||
}
|
||||
|
||||
if(parent.tagName !== 'g' || parent === current_layer || mouse_target === selectorManager.selectorParentGroup) {
|
||||
// Escape from in-group edit
|
||||
|
|
Loading…
Reference in New Issue