func textViewDidChangeSelection()

in swift/Diffuser/Sources/Diffuser/fuser/iOS/TextListener.swift [97:99]


    func textViewDidChangeSelection(_ textView: UITextView) {
        onEvent(.didChangeSelection(textView))
    }