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
I expected args.source.data in onDrop to retain the class in its object prototype, but instead its now a plain object. Interestingly any properties of the class do retain their class.
Is that intentional? I was going to use instanceof on the record value to discern the dropped data :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
1st - thanks for the awesome library, love it so far :)
One question - I set drop data in getInitialData this:
I expected args.source.data in onDrop to retain the class in its object prototype, but instead its now a plain object. Interestingly any properties of the class do retain their class.
Is that intentional? I was going to use instanceof on the record value to discern the dropped data :)
Beta Was this translation helpful? Give feedback.
All reactions