Skip to content

Commit

Permalink
Remove obsolete import
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Dec 13, 2024
1 parent f5c22ca commit 1da9cf4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import org.w3c.dom.CanvasRenderingContext2D
import org.w3c.dom.DragEvent
import org.w3c.dom.HTMLCanvasElement
import org.w3c.dom.ImageData
import androidx.compose.ui.graphics.asByteArray
import org.w3c.dom.HTMLElement

internal abstract class WebDragAndDropManager(eventListener: EventTargetListener, globalEventsListener: EventTargetListener, private val density: Density) :
Expand Down

0 comments on commit 1da9cf4

Please sign in to comment.