Skip to content

Commit

Permalink
Re move arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Wavesonics committed Feb 2, 2024
1 parent e11fc25 commit c87d964
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ import androidx.compose.ui.geometry.Offset
import androidx.compose.ui.graphics.Brush
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.SolidColor
import androidx.compose.ui.platform.*
import androidx.compose.ui.platform.LocalClipboardManager
import androidx.compose.ui.platform.LocalDensity
import androidx.compose.ui.platform.LocalLayoutDirection
import androidx.compose.ui.platform.LocalUriHandler
import androidx.compose.ui.text.TextLayoutResult
import androidx.compose.ui.text.TextStyle
import androidx.compose.ui.text.input.ImeAction
Expand Down Expand Up @@ -194,6 +197,7 @@ internal fun BasicRichTextEditor(
contentPadding: PaddingValues
) {
val scope = rememberCoroutineScope()
val uriHandler = LocalUriHandler.current
val density = LocalDensity.current
val localTextStyle = LocalTextStyle.current
val layoutDirection = LocalLayoutDirection.current
Expand Down

0 comments on commit c87d964

Please sign in to comment.