Open sophiedeziel opened 4 weeks ago
Should we un-deprecate the drag and drop option?
The _enableDropHandler() method could be moved outside of WebGLPreview.
_enableDropHandler()
WebGLPreview
I'd be for undeprecating DnD. We could probably use something like a a dom-utils module or canvas wrapper class to organize things like DnD and resizing.
Should we un-deprecate the drag and drop option?
The
_enableDropHandler()
method could be moved outside ofWebGLPreview
.