fgilde / MudBlazor.Extensions

MudBlazor.Extensions from https://www.mudex.org is a small extension for MudBlazor from https://mudblazor.com
http://www.mudex.org
MIT License
231 stars 20 forks source link

[Bug]: FileDisplayZip styles isn't applied until you refresh(?) the component #36

Closed J3ster1337 closed 1 year ago

J3ster1337 commented 1 year ago

Contact Details

No response

What happened?

On page load: image

After opening any file preview and then closing it: image

And also, can you please add to documetation that ContentStream field on FileDisplay & FileDisplayZip needs NOT closed/disposed stream?

Thanks a lot for this library! I'm really enjoying it

Expected Behavior

-

Screenshots

No response

What browser are you using?

Chrome

Sample Solution

No response

Pull Request

No response

Code of Conduct

fgilde commented 1 year ago

Do you have an Server side blazor project, or a webassembly app?

J3ster1337 commented 1 year ago

Do you have an Server side blazor project, or a webassembly app?

I'm using server

fgilde commented 1 year ago

This should work now! not released but you can test it with this preview package 1.7.65-d2308140839

J3ster1337 commented 1 year ago

Thanks a lot! It works perfectly now. :)