mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
fix playbar not being redrawn when tree expands
This commit is contained in:
parent
9f2e75859c
commit
6b763f2e5d
|
|
@ -7258,6 +7258,8 @@ function onwidgetresize(){
|
||||||
bar.style.gridTemplateColumns = gtc;
|
bar.style.gridTemplateColumns = gtc;
|
||||||
|
|
||||||
clmod(widget, 'thin', thin);
|
clmod(widget, 'thin', thin);
|
||||||
|
|
||||||
|
pbar.onresize();
|
||||||
}
|
}
|
||||||
window.addEventListener('resize', onwidgetresize);
|
window.addEventListener('resize', onwidgetresize);
|
||||||
onwidgetresize();
|
onwidgetresize();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue