Fixed issue 316: order is reversed after grouping
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@893 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
eb85ba8061
commit
4f504d8b7b
|
@ -5059,7 +5059,7 @@ function BatchCommand(text) {
|
||||||
}
|
}
|
||||||
} catch(e) {}
|
} catch(e) {}
|
||||||
});
|
});
|
||||||
return contentElems;
|
return contentElems.reverse();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.cycleElement = function(next) {
|
this.cycleElement = function(next) {
|
||||||
|
|
Loading…
Reference in New Issue