Rewrite for dictionary rw indexer

This commit is contained in:
2026-08-19 18:49:32 +03:00
parent e7023752f1
commit 39f8845119
2 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -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();