We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b9751 commit b2be303Copy full SHA for b2be303
platf-skia/src/commonMain/kotlin/org/jetbrains/letsPlot/skia/builderLW/CompositeFigureEventDispatcher.kt
@@ -37,7 +37,8 @@ class CompositeFigureEventDispatcher() : SkikoViewEventDispatcher {
37
}
38
39
override fun addEventHandler(eventSpec: MouseEventSpec, eventHandler: EventHandler<MouseEvent>): Registration {
40
- println("NOT IMPLEMENTED: CompositeFigureEventDispatcher.addEventHandler()")
+ // Looks like composite figures in Compose don't need this method because they are all placed in the same
41
+ // container and this container is a dispatcher for all of them.
42
return Registration.EMPTY
43
44
0 commit comments