@schneideress/dashboardframework 0.0.178 → 0.0.179

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.
@@ -710,10 +710,8 @@
710
710
  console.log(window.outerWidth);
711
711
  console.log('window.innerWidth--------------');
712
712
  console.log(window.innerWidth);
713
- console.log('Orientation---------------');
714
- console.log(screen.orientation.angle);
715
713
  console.log('$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$');
716
- this.screenWidth = window.innerWidth;
714
+ this.screenWidth = window.outerWidth;
717
715
  if (this.IsDesktopView) {
718
716
  this.currentResInfo = this.resInfo[3];
719
717
  }