v 0.8.20b

This commit is contained in:
Azgaar 2019-05-10 00:04:07 +03:00
parent f7a9485da4
commit dc7ebd7491
3 changed files with 3 additions and 3 deletions

View file

@ -575,7 +575,7 @@ function fetchTextureURL(url) {
// Style map filters handler
mapFilters.addEventListener("click", applyMapFilter);
function applyMapFilter() {
function applyMapFilter(event) {
if (event.target.tagName !== "BUTTON") return;
const button = event.target;
svg.attr("filter", null);