Skip to content

Commit

Permalink
finish pointer-events none remains after closing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jisung-lee7 committed Aug 31, 2024
1 parent acaa549 commit 8c8cae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(views)/github/t/@pullButtons/pulls/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default function Page() {

const handleSetIsOpenDialog = (open: boolean) => {
setIsDialogOpen(open)
document.body.style.pointerEvents = 'auto'
}

const handleExpandAllClick = () => {
Expand Down

0 comments on commit 8c8cae3

Please sign in to comment.