in Sources/TwitterTextEditor/TextEditorView.swift [1797:1802]
func withNoSmartInsertDeleteType(_ body: () -> Void) {
let currentSmartInsertDeleteType = smartInsertDeleteType
smartInsertDeleteType = .no
body()
smartInsertDeleteType = currentSmartInsertDeleteType
}