Skip to content

Commit 8b8d423

Browse files
nielslyngsoeiOvergaard
authored andcommitted
note on design
1 parent 0a5119f commit 8b8d423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-file-dropzone/lib/uui-file-dropzone.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ export class UUIFileDropzoneElement extends LabelMixin('', LitElement) {
224224
}
225225

226226
private _onDragEnter(e: DragEvent) {
227+
// TODO: make visual indication of wether the file is acceptable or not. If not we need to make a more negative/disabled visual look.
227228
this._dropzone.classList.add('hover');
228229
e.preventDefault();
229230
}

0 commit comments

Comments
 (0)