mirror of
https://gitlab.com/arnekeller/ascii-table.git
synced 2024-12-04 13:39:06 +00:00
save game
This commit is contained in:
parent
a93a2a8eb3
commit
0e5bf71313
@ -405,7 +405,7 @@ impl SmartString {
|
||||
.map(|(_, string)| string)
|
||||
.next();
|
||||
if let Some(fragment) = first_fragment {
|
||||
fragment.push(ch);
|
||||
fragment.insert(0, ch);
|
||||
} else {
|
||||
self.fragments.insert(0, (true, ch.to_string()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user