Fixed the dragable module group in new networkmap.

This commit is contained in:
mdtrooper 2016-05-04 15:10:57 +02:00
parent 751a07ccc8
commit 8eee70f06d
1 changed files with 1 additions and 1 deletions

View File

@ -1786,7 +1786,7 @@ MapController.prototype.is_draggable = function(node) {
break;
case ITEM_TYPE_MODULEGROUP_NETWORKMAP:
if (self.get_filter_map()['show_modules']) {
if (filter['show_module_group']) {
if (self.get_filter_map()['show_module_group']) {
return_var = true;
}
else {