You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2019. It is now read-only.
Hi I have problem when using webcomponentsjs with Interact https://github.com/taye/interact.js draggable function under IE 10 and 11
.draggable({ // enable inertial throwing inertia: true, // keep the element within the area of it's parent restrict: { restriction: "parent", endOnly: true, elementRect: { top: 0, left: 0, bottom: 1, right: 1 } },I getting such error:
SCRIPT5078: Cannot redefine non-configurable property 'defaultPrevented' File: webcomponents-lite.js, Line: 1039, Column: 7...any ideas?