Commit 3ca67abf authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35324

parent 474b41c3
......@@ -438,7 +438,7 @@
else{
selectedObjects = oController.selectedObjects;
}
if(selectedObjects.length > 0){
if(selectedObjects.length > 0 && !oController.getTargetDocContent()){
if(selectedObjects[0].group){
spTree = selectedObjects[0].group.spTree;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment