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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/widgets/planner/Planner.js +2 -1
package/dist/index.umd.js
CHANGED
@@ -2937,7 +2937,8 @@
|
|
2937
2937
|
}
|
2938
2938
|
|
2939
2939
|
function showThisWeek() {
|
2940
|
-
var element = document.querySelector(".thisMonday")
|
2940
|
+
var element = thisMondayElement.current; //const element = document.querySelector(".thisMonday")
|
2941
|
+
|
2941
2942
|
if (element) element.scrollIntoView({
|
2942
2943
|
behavior: 'smooth',
|
2943
2944
|
block: 'start',
|