We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645376e commit 47b699eCopy full SHA for 47b699e
apps/web/app/(org)/dashboard/caps/components/NewFolderDialog.tsx
@@ -86,7 +86,6 @@ export const NewFolderDialog: React.FC<Props> = ({
86
useEffect(() => {
87
if (!open) {
88
setSelectedColor(null);
89
- // Stop all animations when dialog closes
90
Object.values(folderRefs.current).forEach((ref) => {
91
ref.current?.stop();
92
});
apps/web/app/(org)/dashboard/folder/[id]/components/SubfolderDialog.tsx
@@ -91,7 +91,6 @@ export const SubfolderDialog: React.FC<Props> = ({
93
setFolderName("");
94
- // Stop any running animations when the dialog closes
95
96
97
0 commit comments