Skip to content

Commit b2be303

Browse files
Cleanup logs
1 parent b1b9751 commit b2be303

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platf-skia/src/commonMain/kotlin/org/jetbrains/letsPlot/skia/builderLW/CompositeFigureEventDispatcher.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ class CompositeFigureEventDispatcher() : SkikoViewEventDispatcher {
3737
}
3838

3939
override fun addEventHandler(eventSpec: MouseEventSpec, eventHandler: EventHandler<MouseEvent>): Registration {
40-
println("NOT IMPLEMENTED: CompositeFigureEventDispatcher.addEventHandler()")
40+
// 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.
4142
return Registration.EMPTY
4243
}
4344
}

0 commit comments

Comments
 (0)