mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 04:54:55 +01:00
Fix range jumping while editing text
This commit is contained in:
parent
1c8fabbe59
commit
b30b96c48d
@ -43,9 +43,11 @@ public class StatusEditorViewModel: NSObject, ObservableObject {
|
||||
|
||||
@Published var statusText = NSMutableAttributedString(string: "") {
|
||||
didSet {
|
||||
let range = selectedRange
|
||||
processText()
|
||||
checkEmbed()
|
||||
textView?.attributedText = statusText
|
||||
selectedRange = range
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user