There was an error while loading. Please reload this page.
2 parents 1a58d8c + 3a9738e commit 64d3a51Copy full SHA for 64d3a51
1 file changed
core/js/js.js
@@ -915,7 +915,10 @@ function initCore() {
915
// css variables fallback for IE
916
if (msie > 0 || trident > 0) {
917
cssVars({
918
- watch: true
+ watch: true,
919
+ // set edge < 16 as incompatible
920
+ onlyLegacy: !(/Edge\/([0-9]{2})\./i.test(navigator.userAgent)
921
+ && parseInt(/Edge\/([0-9]{2})\./i.exec(navigator.userAgent)[1]) < 16)
922
});
923
}
924
0 commit comments