This paste expires on 2023-07-27 03:41:18.097974. Repaste, or download this paste. . Pasted through web.

  const grandparent = document.getElementById('whiteRoundedMainView') as HTMLElement
  const children = grandparent.querySelectorAll<HTMLElement>('*')
  children.forEach((child) => {
    if (shouldShowModal) child.tabIndex = -1
    else child.removeAttribute('tabIndex')
  })
Filename: None. Size: 284b. View raw, , hex, or download this file.