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
This happens when we drop email from outlook to chrome. The default drop effect in chrome is taking it as "MOVE" instead of "Copy". We can fix this by taking the dragover event and changing drop effect. Something like this,
This happens when we drop email from outlook to chrome. The default drop effect in chrome is taking it as "MOVE" instead of "Copy". We can fix this by taking the dragover event and changing drop effect. Something like this,
Angular component
@HostListener("document:dragover", ["$event"]) dragOver(ev: DragEvent): void {
}
can we include this feature inbuild to ourlibrary.
The text was updated successfully, but these errors were encountered: