@osovitny/anatoly 3.19.21 → 3.19.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3457,7 +3457,7 @@ class BrowserService {
3457
3457
  init() {
3458
3458
  // Listen to Angular CDK breakpoints for screen size changes
3459
3459
  this.breakpointObserver
3460
- .observe([Breakpoints.Handset, Breakpoints.Tablet, Breakpoints.Web])
3460
+ .observe([Breakpoints.Handset, Breakpoints.Tablet])
3461
3461
  .subscribe(result => {
3462
3462
  const breakpoints = result.breakpoints;
3463
3463
  this.isMobileScreen = breakpoints[Breakpoints.Handset] || false;