Skip to content

[material-ui][Modal] Apply aria-hidden to the correct elements when Modals are mounted to other places than document.body #28422

[material-ui][Modal] Apply aria-hidden to the correct elements when Modals are mounted to other places than document.body

[material-ui][Modal] Apply aria-hidden to the correct elements when Modals are mounted to other places than document.body #28422

name: Mark duplicate
on:
issue_comment:
types: [created]
permissions: {}
jobs:
mark-duplicate:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- name: mark-duplicate
uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0
with:
actions: 'mark-duplicate'
token: ${{ secrets.GITHUB_TOKEN }}
duplicate-labels: 'duplicate'
remove-labels: 'status: incomplete,status: waiting for maintainer'
close-issue: true