mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user