Fix Issue 178: Selector boxes disappearing after New document
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@567 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
2dd77453a9
commit
40e51e83c2
|
@ -405,6 +405,9 @@ function BatchCommand(text) {
|
|||
"element": "g",
|
||||
"attr": {"id": "selectorParentGroup"}
|
||||
});
|
||||
mgr.selectorMap = {};
|
||||
mgr.selectors = [];
|
||||
mgr.rubberBandBox = null;
|
||||
};
|
||||
|
||||
this.requestSelector = function(elem) {
|
||||
|
|
Loading…
Reference in New Issue