Skip to content

Commit

Permalink
fix: Enable scalability mode on Chromium 113.
Browse files Browse the repository at this point in the history
  • Loading branch information
jallamsetty1 authored and damencho committed Nov 21, 2023
1 parent 456e45e commit ba526ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/browser/BrowserCapabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default class BrowserCapabilities extends BrowserDetection {
* @returns {boolean}
*/
supportsScalabilityModeAPI() {
return this.isChromiumBased() && this.isEngineVersionGreaterThan(114);
return this.isChromiumBased() && this.isEngineVersionGreaterThan(112);
}

/**
Expand Down

0 comments on commit ba526ee

Please sign in to comment.