Fix: code error.

This commit is contained in:
F_Chao Fengchao 2024-06-19 09:47:03 +08:00
parent 2a301844a0
commit e57d1854ad

View file

@ -114,7 +114,7 @@ Folio.DelegateTouchArea {
onWidthChanged: { onWidthChanged: {
Folio.HomeScreenState.folderPageWidth = width; Folio.HomeScreenState.folderPageWidth = width;
root.updateContentHeight(); root.updateContentWidth();
root.updateContentHeight(); root.updateContentHeight();
} }
onHeightChanged: { onHeightChanged: {