Skip to content

Commit

Permalink
[forms] debug
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Dec 10, 2024
1 parent 18b7c22 commit 6b2639b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/common/main/lib/util/htmlutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function checkScaling() {
}
}

if ( isIEBrowser !== true ) {
if ( window.isIEBrowser !== true ) {
matches = {
'pixel-ratio__2_5': 'screen and (-webkit-min-device-pixel-ratio: 2.25), screen and (min-resolution: 2.25dppx)',
};
Expand Down

0 comments on commit 6b2639b

Please sign in to comment.