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
Hello,
I'm working on a 3 level nested lists.
There is an issue when I'm trying to drop an element to a list element that is empty or newly created.
The targeted list is undefined.
Section.vue?b2d5:144 Uncaught TypeError: Cannot read property 'splice' of undefined at VueComponent.handleDrop (Section.vue?d3fb:142) at boundFn (vue.esm.js?efeb:188) at VueComponent.invokeCallback (vddl.runtime.js?801c:372) at VueComponent.boundFn [as invokeCallback] (vue.esm.js?efeb:187) at VueComponent.handleDrop (vddl.runtime.js?801c:261) at Proxy.boundFn (vue.esm.js?efeb:188) at drop (vddl.runtime.js?801c:161) at invoker (vue.esm.js?efeb:1986) at HTMLDivElement.fn._withTask.fn._withTask (vue.esm.js?efeb:1784)
It works fine with lists that have already items.
The text was updated successfully, but these errors were encountered:
Hello,
I'm working on a 3 level nested lists.
There is an issue when I'm trying to drop an element to a list element that is empty or newly created.
The targeted list is undefined.
Section.vue?b2d5:144 Uncaught TypeError: Cannot read property 'splice' of undefined at VueComponent.handleDrop (Section.vue?d3fb:142) at boundFn (vue.esm.js?efeb:188) at VueComponent.invokeCallback (vddl.runtime.js?801c:372) at VueComponent.boundFn [as invokeCallback] (vue.esm.js?efeb:187) at VueComponent.handleDrop (vddl.runtime.js?801c:261) at Proxy.boundFn (vue.esm.js?efeb:188) at drop (vddl.runtime.js?801c:161) at invoker (vue.esm.js?efeb:1986) at HTMLDivElement.fn._withTask.fn._withTask (vue.esm.js?efeb:1784)
It works fine with lists that have already items.
The text was updated successfully, but these errors were encountered: