diff --git a/pandora_console/include/javascript/functions_pandora_networkmap.js b/pandora_console/include/javascript/functions_pandora_networkmap.js index 53125908ca..843835bae5 100644 --- a/pandora_console/include/javascript/functions_pandora_networkmap.js +++ b/pandora_console/include/javascript/functions_pandora_networkmap.js @@ -2518,6 +2518,7 @@ function init_drag_and_drop() { if (enterprise_installed) { holding_pos_x = d3.select("#holding_area_" + networkmap_id).attr("x"); holding_pos_y = d3.select("#holding_area_" + networkmap_id).attr("y"); + delete d.raw_text; selection .each(function (d) { var params = [];