We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdf601 commit 365addbCopy full SHA for 365addb
Sources/CodeEditTextView/EmphasisManager/EmphasisManager.swift
@@ -296,7 +296,7 @@ public final class EmphasisManager {
296
textLayer?.removeFromSuperlayer()
297
}
298
299
-
+
300
/// Handles selection of text ranges for emphases where select is true
301
private func handleSelections(for emphases: [Emphasis]) {
302
let selectableRanges = emphases.filter(\.select).map(\.range)
0 commit comments