Skip to content

Commit

Permalink
wasm: Enable PageUserScroll Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Oct 12, 2024
1 parent 867cd64 commit 20daac3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composeApp/src/commonMain/kotlin/ThirdPage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ fun ThirdPage(
SuperSwitch(
title = "Enable Page User Scroll",
checked = enablePageUserScroll,
onCheckedChange = onEnablePageUserScrollChange,
enabled = platform() != Platform.WasmJs,
onCheckedChange = onEnablePageUserScrollChange
)
SuperDropdown(
title = "Color Mode",
Expand Down

0 comments on commit 20daac3

Please sign in to comment.