fix delete button

This commit is contained in:
qcrao
2024-05-04 17:23:27 +08:00
parent 8c2fcc9f52
commit 2856b3a3e4
3 changed files with 23 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ if (typeof window.globalsLoaded === 'undefined') {
let Selectors = {
// Plus 用户的选择器
conversationsCheckbox: '.conversation-checkbox:checked',
deleteButton: '[class*="text-red"]',
confirmDeleteButton: 'button.btn.btn-danger',
threeDotButton: '[id^="radix-"]',
// 其他 Plus 用户选择器...