Vanessa 2024-05-06 10:55:02 +08:00
parent c5d9b83224
commit 8af49fcc16
2 changed files with 7 additions and 7 deletions

View file

@ -930,7 +930,7 @@ export const openMenuPanel = (options: {
event.stopPropagation();
break;
} else if (type === "goSearchAV") {
openSearchAV(avID, target);
openSearchAV(avID, target, undefined, false);
event.preventDefault();
event.stopPropagation();
break;