Skip to content

applets/mediacontroller: fix incorrect elision in desktop mode

Fushan Wen requested to merge work/fuf/mc/elision-desktop into master

In desktop mode, the loader can't depend only on the implicitWidth to calculate width, it also needs to depend on the container's width.

Merge request reports