load fonts on .map file open

This commit is contained in:
Azgaar 2021-07-11 00:29:58 +03:00
parent 25de9edb13
commit cfb6e1eeeb
5 changed files with 29 additions and 16 deletions

View file

@ -1233,7 +1233,7 @@ function addFonts(url) {
document.head.removeChild(s);
return fetched;
})
.catch(function () {});
.catch(err => ERROR && console.error(err));
}
// Update font list for Label and Burg Editors