lets-plot-compose/src/androidMain/kotlin/org/jetbrains/letsPlot/compose/PlotPanelComposeCanvas.kt [282:290]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - when (event.type) { PointerEventType.Press -> { val currentTime = System.currentTimeMillis() clickCount = if (currentTime - lastClickTime < 300) { clickCount + 1 } else { 1 } lastClickTime = currentTime - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - lets-plot-compose/src/desktopMain/kotlin/org/jetbrains/letsPlot/compose/desktop/SvgViewPanel.kt [66:74]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - when (event.type) { PointerEventType.Press -> { val currentTime = System.currentTimeMillis() clickCount = if (currentTime - lastClickTime < 300) { clickCount + 1 } else { 1 } lastClickTime = currentTime - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -