fix: the fixedbutton changes state and the view cannot scroll (#4297)

* fix: change fixbutton content can't scroll

* fix: change fixbutton content can't scroll
This commit is contained in:
afe1 2024-09-01 16:15:21 +08:00 committed by GitHub
parent 277e98c42c
commit 67f3d63066
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -223,12 +223,11 @@ function handleMouseenter() {
function handleMouseleave() {
emit('leave');
isLocked.value = false;
if (expandOnHover.value) {
return;
}
isLocked.value = false;
expandOnHovering.value = false;
collapse.value = true;
extraVisible.value = false;