fixed sidemodal scroll lock big
This commit is contained in:
@@ -18,9 +18,7 @@ const isLocked = useScrollLock(window);
|
||||
watch(
|
||||
() => isSideShow.value,
|
||||
(newValue) => {
|
||||
if (newValue) {
|
||||
isLocked.value = true;
|
||||
}
|
||||
isLocked.value = newValue ? true : false;
|
||||
}
|
||||
);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user