ywana-core8 0.0.575 → 0.0.576

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.
@@ -2935,7 +2935,8 @@ var Planner = function Planner(_ref) {
2935
2935
  }
2936
2936
 
2937
2937
  function showThisWeek() {
2938
- var element = document.querySelector(".thisMonday");
2938
+ var element = thisMondayElement.current; //const element = document.querySelector(".thisMonday")
2939
+
2939
2940
  if (element) element.scrollIntoView({
2940
2941
  behavior: 'smooth',
2941
2942
  block: 'start',