fix groups not displaying after 'info' action in infopanel/groups

This commit is contained in:
namushka 2024-04-22 14:02:02 +03:00
parent 105b564253
commit dd5a256a0d

View File

@ -618,6 +618,8 @@ class GroupsStore {
const isGroupSelected = !!this.selection.find((s) => s.id === group.id);
const isSingleSelected = isGroupSelected && this.selection.length === 1;
this.peopleStore.selectionStore.setBufferSelection(null);
if (this.bufferSelection) {
this.setBufferSelection(null);
}