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.
package/dist/index.cjs CHANGED
@@ -2943,7 +2943,8 @@ var Planner = function Planner(_ref) {
2943
2943
  }
2944
2944
 
2945
2945
  function showThisWeek() {
2946
- var element = document.querySelector(".thisMonday");
2946
+ var element = thisMondayElement.current; //const element = document.querySelector(".thisMonday")
2947
+
2947
2948
  if (element) element.scrollIntoView({
2948
2949
  behavior: 'smooth',
2949
2950
  block: 'start',