codex-team / codex-team/editor.js
Tools API for onDrop, onDragover, etc?
Open
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Editor.js does not have API methods for drag and drop operations. I'm trying to do something like this:
```
onDrop(event){
alert("onDrop executed");
}
onDragover(event){
console.log("onDragover executed");
}
```
Would modifications need to be done to the source code or is there a way to handle this without touching the source code? Thank you.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.