This commit is contained in:
Tom Niget 2023-07-08 01:35:58 +02:00
commit 602e2efc44

View file

@ -215,7 +215,7 @@
} else {
selected_user_id = val.join(",");
}
if (selected_user_id === graph_user_last_id) {
if (selected_user_id === history_user_last_id) {
return;
}
history_user_last_id = selected_user_id;