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
master
Adrian Jones 2010-09-25 18:24:21 +00:00
parent 9473d93f0a
commit 06f6297ae3
1 changed files with 4 additions and 0 deletions

View File

@ -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