diff --git a/changedetectionio/static/js/visual-selector.js b/changedetectionio/static/js/visual-selector.js index 5da4428a..e6fa9091 100644 --- a/changedetectionio/static/js/visual-selector.js +++ b/changedetectionio/static/js/visual-selector.js @@ -115,6 +115,7 @@ $(document).ready(function() { function reflow_selector() { $(window).resize(function() { set_scale(); + highlight_current_selected_i(); }); var selector_currnt_xpath_text=$("#selector-current-xpath span");