Rewrite for dictionary rw indexer
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ impl NavigatedPage<DictionaryMessage> for DictionaryState {
|
||||
v.remove(index);
|
||||
}
|
||||
|
||||
dict.get_mut(i).unwrap().tags = v;
|
||||
dict[i].tags = v;
|
||||
}
|
||||
|
||||
self.update_tags();
|
||||
|
||||
Reference in New Issue
Block a user