Visual selector - 'clear selection' button should clear the filter also

This commit is contained in:
dgtlmoon
2022-06-06 17:07:29 +02:00
parent 4101ae00c6
commit bd6127728a

View File

@@ -49,6 +49,8 @@ $(document).ready(function() {
} }
state_clicked=false; state_clicked=false;
ctx.clearRect(0, 0, c.width, c.height); ctx.clearRect(0, 0, c.width, c.height);
xctx.clearRect(0, 0, c.width, c.height);
$("#css_filter").val('');
}); });