diff --git a/richeditor-compose/src/commonMain/kotlin/com/mohamedrejeb/richeditor/ui/BasicRichTextEditor.kt b/richeditor-compose/src/commonMain/kotlin/com/mohamedrejeb/richeditor/ui/BasicRichTextEditor.kt index 2e71a487..814fc735 100644 --- a/richeditor-compose/src/commonMain/kotlin/com/mohamedrejeb/richeditor/ui/BasicRichTextEditor.kt +++ b/richeditor-compose/src/commonMain/kotlin/com/mohamedrejeb/richeditor/ui/BasicRichTextEditor.kt @@ -207,7 +207,6 @@ public fun BasicRichTextEditor( @Composable { innerTextField -> innerTextField() }, contentPadding: PaddingValues ) { - val scope = rememberCoroutineScope() val density = LocalDensity.current val localTextStyle = LocalTextStyle.current val layoutDirection = LocalLayoutDirection.current