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
Uncaught TypeError: Cannot read property 'offsetHeight' of undefined
at Object.drag (vue-draggable-nested-tree.es.js?d30b:1355)
at drag (draggable-helper.esm.js?acb5:122)
at HTMLDocument.moving (draggable-helper.esm.js?acb5:181)
at HTMLDocument.wrapper (drag-event-service.es.js?6d58:79)
There is an error on this line.. vue-draggable-nested-tree.es.js line number 1355 dplh.innerStyle.height = store.el.offsetHeight + 'px';
why not found offsetHeight?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
There is an error on this line..
vue-draggable-nested-tree.es.js line number 1355
dplh.innerStyle.height = store.el.offsetHeight + 'px';
why not found
offsetHeight
?The text was updated successfully, but these errors were encountered: