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
Thanks for contacting us, @Postlagerkarte.
The properties of the DragEventArgs are writable only for enabling serialization to/from JSON.
These are not meant to alter state in any way.
Blazor 3.0:
I can use the
DragEventArgs
class as parameter to my methods however setting data on some properties has not effect.e.g. nearly everything releated to the
DataTransfer
object inside theDragEventArgs
is not working.Is this supposed to work?
If support for the DragEventArgs is not yet implemented then why are those properties read/write in the first place?
The text was updated successfully, but these errors were encountered: