mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
345be890f6
commit
378b552069
9 changed files with 12 additions and 12 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue