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
feat: optional config arg in WiredPanels constructor
WiredPanels config can now be given to in the constructor
```js
wp = new WiredPanels(parentElement,{
onwiredrag(socket) { return true;}
....
});
```