This commit is contained in:
Vanessa 2024-03-04 21:52:29 +08:00
parent 220e0b137f
commit 30db8f4eb0
4 changed files with 5 additions and 5 deletions

View file

@ -715,7 +715,7 @@ export const openMenuPanel = (options: {
id,
blockID
}]);
options.blockElement.setAttribute(Constants.CUSTOM_SY_AV_VIEW, id)
options.blockElement.setAttribute(Constants.CUSTOM_SY_AV_VIEW, id);
avPanelElement.remove();
event.preventDefault();
event.stopPropagation();