I'm trying to retrieve the Files elements from the ClipboardEvent in Angular when copy/pasting an image to a textaera.
Using the (paste)="onPaste($event)" binding, when looking to the console I only get back empty files array:
Here is the stackblitz example to reproduce the issue.
