Merge pull request #3746 from InspectorCaracal/patch-1 Fix group chid data attr in `performGroupMemberAction`
Signed| @@ -3140,7 +3140,7 @@ async function unhideMessageCallback(args, value) { | ||
| 3140 | 3140 | * @returns {void} |
| 3141 | 3141 | */ |
| 3142 | 3142 | function performGroupMemberAction(chid, action) { |
| 3143 | 3143 | const memberSelector = `.group_member[data-chid="${chid}"]`; |
| 3144 | 3144 | // Do not optimize. Paginator gets recreated on every action |
| 3145 | 3145 | const paginationSelector = '#rm_group_members_pagination'; |
| 3146 | 3146 | const pageSizeSelector = '#rm_group_members_pagination select'; |