You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some (many?) cases, we load/inject our two per-document stylesheets - direction-autodetection.css and quotebar.css - twice.
Either we figure our where this injection is redundant, or it's not actually redundant and just occasionally gets triggered more than once from the same place - in which case we should check the list document.styleSheets before appending.
The text was updated successfully, but these errors were encountered:
In some (many?) cases, we load/inject our two per-document stylesheets - direction-autodetection.css and quotebar.css - twice.
Either we figure our where this injection is redundant, or it's not actually redundant and just occasionally gets triggered more than once from the same place - in which case we should check the list
document.styleSheets
before appending.The text was updated successfully, but these errors were encountered: