Added drag and drop for images
Fixed dropzones visual states Corrected border radius Fixed null reference exception when event dispatched when chromium still not initialized
This commit is contained in:
@@ -72,7 +72,10 @@ namespace Wino.Mail.ViewModels
|
||||
private bool isDraggingOverComposerGrid;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool isDraggingOverDropZone;
|
||||
private bool isDraggingOverFilesDropZone;
|
||||
|
||||
[ObservableProperty]
|
||||
private bool isDraggingOverImagesDropZone;
|
||||
|
||||
public ObservableCollection<MailAttachmentViewModel> IncludedAttachments { get; set; } = new ObservableCollection<MailAttachmentViewModel>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user