Merge pull request #9755 from ahocevar/font-loading

Font loading improvements
This commit is contained in:
Andreas Hocevar
2019-07-15 12:21:28 +02:00
committed by GitHub
7 changed files with 93 additions and 54 deletions
+1 -1
View File
@@ -21,8 +21,8 @@ class LabelCache extends LRUCache {
}
clear() {
super.clear();
this.consumers = {};
super.clear();
}
/**