residue.forEachAtom((a) => {
          if (a.mask & setMask) {
            a.mask &= clearMask
            self._selectionCount--
          }