mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 23:22:33 +01:00
This commit is contained in:
parent
345be890f6
commit
378b552069
9 changed files with 12 additions and 12 deletions
|
|
@ -258,7 +258,7 @@ data-def-path="${item.defPath}">
|
|||
if (liElement) {
|
||||
event.dataTransfer.setData("text/html", liElement.outerHTML);
|
||||
// 设置了的话 drop 就无法监听 alt event.dataTransfer.dropEffect = "move";
|
||||
liElement.style.opacity = "0.1";
|
||||
liElement.style.opacity = "0.38";
|
||||
window.siyuan.dragElement = liElement;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue