Fix Issue 178: Selector boxes disappearing after New document

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@567 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-09-04 17:44:08 +00:00
parent 2dd77453a9
commit 40e51e83c2
1 changed files with 3 additions and 0 deletions

View File

@ -405,6 +405,9 @@ function BatchCommand(text) {
"element": "g",
"attr": {"id": "selectorParentGroup"}
});
mgr.selectorMap = {};
mgr.selectors = [];
mgr.rubberBandBox = null;
};
this.requestSelector = function(elem) {