diff --git a/topics/compose/compose-desktop-context-menus.md b/topics/compose/compose-desktop-context-menus.md index 345fd604..3a09ce32 100644 --- a/topics/compose/compose-desktop-context-menus.md +++ b/topics/compose/compose-desktop-context-menus.md @@ -134,6 +134,8 @@ fun main() = singleWindowApplication(title = "Context menu") { Default context menu for TextField +See the [API reference](https://kotlinlang.org/api/compose-multiplatform/material3/androidx.compose.material3/-text-field.html) for details. + The default context menu for a simple text element includes only the copy action. To enable a context menu for a `Text` component, make the text selectable by wrapping it in a `SelectionContainer`: diff --git a/topics/development/multiplatform-ktor-sqldelight.md b/topics/development/multiplatform-ktor-sqldelight.md index 24f89412..e530da8b 100644 --- a/topics/development/multiplatform-ktor-sqldelight.md +++ b/topics/development/multiplatform-ktor-sqldelight.md @@ -798,7 +798,7 @@ Create the main `App()` composable for your application, and call it from a `Com } ``` - Here, you are using the [Koin ViewModel API](https://insert-koin.io/docs/reference/koin-compose/compose#viewmodel-for-composable) + Here, you are using the [Koin ViewModel API](https://insert-koin.io/docs/%koinVersion%/reference/koin-compose/compose/#viewmodel-for-composable) to refer to the `viewModel` you declared in the Android Koin module. 2. Now add the UI code that will implement the loading screen, the column of launch results, and the pull-to-refresh action: diff --git a/v.list b/v.list index 1566cb87..31e4955d 100644 --- a/v.list +++ b/v.list @@ -33,7 +33,7 @@ - +