diff --git a/public/assets/js/picoreflow.js b/public/assets/js/picoreflow.js index a2b67e0..82cefc5 100644 --- a/public/assets/js/picoreflow.js +++ b/public/assets/js/picoreflow.js @@ -274,6 +274,7 @@ function enterEditMode() graph.profile.draggable = true; graph.plot = $.plot("#graph_container", [ graph.profile, graph.live ], getOptions()); updateProfileTable(); + toggleTable(); } function leaveEditMode()