From 277d76105df6fb35f285f563bf4bfd578856bab2 Mon Sep 17 00:00:00 2001 From: Shagen Ogandzhanian Date: Fri, 13 Dec 2024 11:21:07 +0100 Subject: [PATCH] Make DragAndDropEvent::offset internal --- .../androidx/compose/ui/draganddrop/DragAndDrop.jsWasm.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/ui/ui/src/jsWasmMain/kotlin/androidx/compose/ui/draganddrop/DragAndDrop.jsWasm.kt b/compose/ui/ui/src/jsWasmMain/kotlin/androidx/compose/ui/draganddrop/DragAndDrop.jsWasm.kt index 1701d6b7a618e..96f01fb6fbd24 100644 --- a/compose/ui/ui/src/jsWasmMain/kotlin/androidx/compose/ui/draganddrop/DragAndDrop.jsWasm.kt +++ b/compose/ui/ui/src/jsWasmMain/kotlin/androidx/compose/ui/draganddrop/DragAndDrop.jsWasm.kt @@ -21,7 +21,7 @@ import androidx.compose.ui.geometry.Offset /** * A representation of an event sent by the platform during a drag and drop operation. */ -actual class DragAndDropEvent internal constructor(val offset: Offset) +actual class DragAndDropEvent internal constructor(internal val offset: Offset) /** * Returns the position of this [DragAndDropEvent] relative to the root Compose View in the