From 6af778aea43173ffbe786ea62479b0dcc90fe977 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 23 May 2022 23:30:03 +0200 Subject: [PATCH] handle redraw --- changedetectionio/static/js/visual-selector.js | 1 + 1 file changed, 1 insertion(+) 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");