SessionCtl // Comment update.

This commit is contained in:
ShikiSuen 2023-06-20 09:36:33 +08:00
parent 2d3d0d3fc2
commit e6cb5974a7
1 changed files with 1 additions and 3 deletions

View File

@ -117,9 +117,6 @@ public extension SessionCtl {
) )
attrStr = neo attrStr = neo
} }
/// selectionRange
/// 0 replacementRangeNSNotFound
///
doSetMarkedText(attrStr) doSetMarkedText(attrStr)
} }
@ -149,6 +146,7 @@ public extension SessionCtl {
} }
/// setMarkedText GCD /// setMarkedText GCD
/// - Remark:
/// - Parameters: /// - Parameters:
/// - string: NSAttributedString /// - string: NSAttributedString
/// replacementRange Microsoft Office /// replacementRange Microsoft Office