platf-w3c/src/jsMain/kotlin/org/jetbrains/letsPlot/platf/w3c/mapping/svg/SvgRootDocumentMapper.kt [42:51]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun onDetach() { myRootMapper!!.detachRoot() myRootMapper = null if (source.isAttached()) { source.container().setPeer(null) } super.onDetach() } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - platf-batik/src/main/kotlin/org/jetbrains/letsPlot/batik/mapping/svg/SvgRootDocumentMapper.kt [55:64]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun onDetach() { myRootMapper!!.detachRoot() myRootMapper = null if (source.isAttached()) { source.container().setPeer(null) } super.onDetach() } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -