mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-17 22:50:00 +02:00
Fix task reordering
This commit is contained in:
@@ -528,7 +528,7 @@ function dragOverHandler(ev) {
|
||||
ev.dataTransfer.dropEffect = "copy"
|
||||
|
||||
let img = new Image()
|
||||
img.src = location.host + '/media/images/favicon-32x32.png'
|
||||
img.src = '//' + location.host + '/media/images/favicon-32x32.png'
|
||||
ev.dataTransfer.setDragImage(img, 16, 16)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user