fix: a flash of pictures when previewing was turned off ✨ (#5955)
parent
6cd099d691
commit
31800cb99c
|
@ -150,7 +150,7 @@ const Group = defineComponent({
|
||||||
);
|
);
|
||||||
watchEffect(
|
watchEffect(
|
||||||
() => {
|
() => {
|
||||||
if (!isShowPreview.value && isControlled.value) {
|
if (isShowPreview.value && isControlled.value) {
|
||||||
setCurrent(currentControlledKey.value);
|
setCurrent(currentControlledKey.value);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue