We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e76fc commit a16e380Copy full SHA for a16e380
src/interop/web-components/drag-n-drop.js
@@ -8,7 +8,6 @@ export const init = () => {
8
9
window.customElements.define(name, class extends HTMLElement {
10
connectedCallback() {
11
- console.log(`Hello, from ${name}`)
12
let sortable = new Sortable(
13
this.parentNode.querySelectorAll('*[draggable-parent]'),
14
{
@@ -25,4 +24,4 @@ export const init = () => {
25
24
})
26
}
27
28
-}
+}
0 commit comments