adata-ui 2.0.48 → 2.0.50

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.
@@ -112,7 +112,7 @@ watch(() => [modelValue.value, panel.value], (newP, oldP) => {
112
112
  const isOpening = isShown
113
113
  const isClosing = wasShown && !isShown
114
114
  if (!panelEl) return
115
- if (isOpening) isBodyAlreadyLocked.value = !!document.body.style.overflow
115
+ // if (isOpening) isBodyAlreadyLocked.value = !!document.body.style.overflow
116
116
 
117
117
  if (isShown) {
118
118
  if (props.lockScroll) lockUnlockBodyScroll(panelEl, true)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.0.48",
4
+ "version": "2.0.50",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",