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

pull/666/head
dgtlmoon 2022-06-06 17:07:29 +02:00
rodzic 4101ae00c6
commit bd6127728a
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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('');
});