mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 19:10:18 +01:00
fix
This commit is contained in:
parent
ef6648d773
commit
ccdc861e43
1 changed files with 0 additions and 1 deletions
|
@ -88,7 +88,6 @@ function dragStart(ev: DragEvent) {
|
||||||
const blockId = ev.target.dataset.blockId;
|
const blockId = ev.target.dataset.blockId;
|
||||||
if (blockId != null) {
|
if (blockId != null) {
|
||||||
console.log('dragStart', blockId);
|
console.log('dragStart', blockId);
|
||||||
ev.dataTransfer!.setData('application/x-misskey-pageblock-id', blockId);
|
|
||||||
isDragging.value = true;
|
isDragging.value = true;
|
||||||
draggingBlockId.value = blockId;
|
draggingBlockId.value = blockId;
|
||||||
document.addEventListener('dragover', watchForMouseMove);
|
document.addEventListener('dragover', watchForMouseMove);
|
||||||
|
|
Loading…
Reference in a new issue