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

pull/666/head
dgtlmoon 3 years ago
parent 4101ae00c6
commit bd6127728a

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

Loading…
Cancel
Save