
Line 4 in dragula.js
var crossvent = require('crossvent');
Line 24 in custom-event/index.js
'function' === typeof document.createEvent ? function CustomEvent (type, params) {
This error happens each time when i reload a page with dragula import.
The library works perfect if not doing reload to the page
var crossvent = require('crossvent');'function' === typeof document.createEvent ? function CustomEvent (type, params) {This error happens each time when i reload a page with dragula import.
The library works perfect if not doing reload to the page