Vanessa 2025-03-31 16:15:44 +08:00
parent 345be890f6
commit 378b552069
9 changed files with 12 additions and 12 deletions

View file

@ -179,7 +179,7 @@ export const openMenuPanel = (options: {
}
avPanelElement.addEventListener("dragstart", (event: DragEvent) => {
window.siyuan.dragElement = event.target as HTMLElement;
window.siyuan.dragElement.style.opacity = ".1";
window.siyuan.dragElement.style.opacity = ".38";
return;
});
avPanelElement.addEventListener("drop", (event) => {