Aleksandrs Vitjukovs
10/27/2023, 6:24 PMUndoManager
that's used inside CoreTextField
? Or any way to customize it?
Let's say we have a notes app with a list of notes and a single text field for detail view. Typing in the text field updates the selected note's content. Imagine we
1. Add note 1, type "hello" in the text field.
2. Add note 2, text field becomes empty, because it's a new empty note.
3. Press Ctrl+Z.
4. Now the text field content is "un-done" back to "hello". Note 2 content is set to "hello".
I'd prefer a way to keep undo histories of different logical items separate.Zach Klippenstein (he/him) [MOD]
10/27/2023, 7:09 PMAdam Brown
10/31/2023, 6:18 AMZach Klippenstein (he/him) [MOD]
10/31/2023, 5:42 PMAdam Brown
10/31/2023, 5:52 PMZach Klippenstein (he/him) [MOD]
10/31/2023, 6:02 PMAdam Brown
10/31/2023, 6:02 PMAleksandrs Vitjukovs
10/31/2023, 6:58 PMZach Klippenstein (he/him) [MOD]
10/31/2023, 7:44 PMAleksandrs Vitjukovs
11/02/2023, 8:16 AMZach Klippenstein (he/him) [MOD]
11/02/2023, 8:29 PM