refresh after remove checkboxes
This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
removeConversationCheckboxes.forEach(checkbox => {
|
||||
checkbox.remove();
|
||||
});
|
||||
// 在移除所有复选框后刷新页面
|
||||
location.reload();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user