diff --git a/changedetectionio/static/js/visual-selector.js b/changedetectionio/static/js/visual-selector.js index 43feccb2..b73dc526 100644 --- a/changedetectionio/static/js/visual-selector.js +++ b/changedetectionio/static/js/visual-selector.js @@ -49,6 +49,8 @@ $(document).ready(function() { } state_clicked=false; ctx.clearRect(0, 0, c.width, c.height); + xctx.clearRect(0, 0, c.width, c.height); + $("#css_filter").val(''); });