mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
change comment position
This commit is contained in:
parent
2a535c7c60
commit
deda967d95
@ -34,10 +34,10 @@ impl Memory {
|
||||
}
|
||||
}
|
||||
|
||||
// prevent duplicates at the last history position
|
||||
// e.g. on page reload with `follow_to_index` enabled
|
||||
match index.last() {
|
||||
Some(last) => {
|
||||
// prevent duplicates at the last history position
|
||||
// e.g. on page reload with `follow_to_index` enabled
|
||||
if *last != value {
|
||||
index.push(value);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user