Page stuck when I close dialog or sheet... weird problem.. #6116
Unanswered
abdulazizkhatamov
asked this question in
Q&A
Replies: 2 comments
-
same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
same issue too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I click edit button to open row data with shadcdn dialog or sheet for updating, it is opening well but once I close... my whole page/site is stuck.. can't doing anything...
important lines to check codes
Edit button: https://github.com/abdulazizkhatamov/exclusive-ecommerce/blob/6068c05a0182ab1dd9d13e9e56777cb299e4e307/admin/src/components/custom/table/categories/data-table-row-actions.tsx#L45
Dialog: https://github.com/abdulazizkhatamov/exclusive-ecommerce/blob/6068c05a0182ab1dd9d13e9e56777cb299e4e307/admin/src/elements/layouts/CategoriesLayout.tsx#L31
I used both dialog and sheet, almost tried all way, used sheet and dialog as react portal and more... but I still could not find why this is happening...
Before clicking edit button:
After clicking edit button:
After closing edit button and nothing is working, whole page/site is stuck:
Beta Was this translation helpful? Give feedback.
All reactions