зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-09-03 22:35:50 +03:00
refactor undo/redo implementation
Этот коммит содержится в:
@@ -55,7 +55,11 @@ fn test_input_all_combinations_sanity() {
|
||||
|
||||
for input in inputs {
|
||||
t.input(input.clone());
|
||||
t.undo();
|
||||
t.redo();
|
||||
t.input_without_shortcuts(input);
|
||||
t.undo();
|
||||
t.redo();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user