Browse Source

Update EventsListenerScope.kt

pull/2174/head
Igor Demin 2 years ago committed by GitHub
parent
commit
b60de28986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/EventsListenerScope.kt

2
web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/EventsListenerScope.kt

@ -1,5 +1,7 @@
package org.jetbrains.compose.web.attributes
// if you change API for this interface, note that there is a link to this file in this tutorial: https://github.com/JetBrains/compose-jb/blob/master/tutorials/Web/Events_Handling/README.md#other-event-handlers
import androidx.compose.web.events.SyntheticDragEvent
import androidx.compose.web.events.SyntheticEvent
import androidx.compose.web.events.SyntheticMouseEvent

Loading…
Cancel
Save