Skip to content
Snippets Groups Projects
Unverified Commit b4f6197e authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #295 from HumanBrainProject/bugfix/ffRedirect

fix FF redirection bug
parents 5ab8cc62 40fa26c4
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ export class ConfigComponent implements OnInit, OnDestroy{
}
handleDrop(event:DragEvent){
event.preventDefault()
const droppedAttri = (event.target as HTMLElement).getAttribute('panel-order')
const draggedAttri = event.dataTransfer.getData('text/plain')
if (droppedAttri === draggedAttri) return
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment