Skip to content
Snippets Groups Projects
Commit 9295ecc9 authored by Makhtar DIAGNE's avatar Makhtar DIAGNE
Browse files

Customers App : fix drag and drop issue for graphical identity

parent c2155d19
No related branches found
No related tags found
1 merge request!1Feature/design/1
......@@ -167,7 +167,7 @@
<div class="upload" i18n="Customer graphical identity upload label@@customerGraphicalIdentityUploadLabel"><span class="underline" (click)="addLogo()">Sélectionner</span> le logo du client</div>
<div i18n="Customer graphical identity max size label@@customerGraphicalIdentityMaxSizeLabel">(taille max 280px * 100px)</div>
</div>
<div class="drag-and-drop-area " [ngClass]="{'on-over': hasDropZoneOver}"
<div class="drag-and-drop-area" [ngClass]="{'on-over': hasDropZoneOver}"
vitamuiCommonDragAndDrop
(fileToUploadEmitter)="onImageDropped($event)"
(fileDragOverEmitter)="onImageDragOver($event)"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment