Query files in textarea

I’m getting files from another page via a query, so I can select them over the files button in a textarea:

text:
    label: Text
    type: textarea
    files:
        query: site.find("downloads").files
    buttons:
        - link
        - email
        - file
        - ul

This works fine but in the textarea it only gives me (file: file.pdf). So it actually doesn’t find the file. Shouldn’t it give me (file: downloads/file.pdf) ? Or am I doing it wrong ?

Thanks a lot for tips !
(using Kirby 3.3.1)

That’s definitely a bug. We already fixed one with dragging and dropping from another page not adding the full path.

Ok thanks a lot for the help, I just posted an issue: