mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #6745 from Snuffleupagus/bug-1232071
Reset the `styleElement` when clearing out loaded fonts (bug 1232017)
This commit is contained in:
commit
4485c79940
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ FontLoader.prototype = {
|
|||
var styleElement = this.styleElement;
|
||||
if (styleElement) {
|
||||
styleElement.parentNode.removeChild(styleElement);
|
||||
styleElement = this.styleElement = null;
|
||||
}
|
||||
//#if !(MOZCENTRAL)
|
||||
this.nativeFontFaces.forEach(function(nativeFontFace) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue