pub fn delete_range(
content: &[InlineContent],
range: &SelectionRange,
) -> (Vec<InlineContent>, TextCursor)Expand description
Deletes the content within a given range.
pub fn delete_range(
content: &[InlineContent],
range: &SelectionRange,
) -> (Vec<InlineContent>, TextCursor)Deletes the content within a given range.