add a comment
This commit is contained in:
parent
00a388de4c
commit
58aa2e5ee4
|
@ -11,6 +11,7 @@ const iconMan = (() => {
|
||||||
const staleBadges = new Set();
|
const staleBadges = new Set();
|
||||||
const imageDataCache = new Map();
|
const imageDataCache = new Map();
|
||||||
const badgeOvr = {color: '', text: ''};
|
const badgeOvr = {color: '', text: ''};
|
||||||
|
// Fenix currently doesn't seems to correctly use custom ImageData
|
||||||
const FIREFOX_ANDROID = FIREFOX && navigator.userAgent.includes('Android');
|
const FIREFOX_ANDROID = FIREFOX && navigator.userAgent.includes('Android');
|
||||||
|
|
||||||
// https://github.com/openstyles/stylus/issues/335
|
// https://github.com/openstyles/stylus/issues/335
|
||||||
|
|
Loading…
Reference in New Issue
Block a user