UNPKG

substance

Version:

Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing system. It is developed to power our online editing platform [Substance](http://substance.io).

14 lines (11 loc) 244 B
export default class DragAndDropHandler { match(dragState, context) { // eslint-disable-line return false } drop(dragState, context) { // eslint-disable-line // nothing } get _isDragAndDropHandler () { return true } }