mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -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;
|
||||
|
||||
clmod(widget, 'thin', thin);
|
||||
|
||||
pbar.onresize();
|
||||
}
|
||||
window.addEventListener('resize', onwidgetresize);
|
||||
onwidgetresize();
|
||||
|
|
|
|||
Loading…
Reference in a new issue