Commit 878d6712 authored by jy1263's avatar jy1263 Committed by GitHub

Delete renderer.js

parent c966da3f
document.ondragover = document.ondrop = (ev) => {
ev.preventDefault()
}
document.body.ondrop = (ev) => {
console.log(ev.dataTransfer.files[0].path)
ev.preventDefault()
}
\ No newline at end of file
Markdown is supported
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