Skip to content

Commit 47b699e

Browse files
committed
chore: remove comments
1 parent 645376e commit 47b699e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/web/app/(org)/dashboard/caps/components/NewFolderDialog.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export const NewFolderDialog: React.FC<Props> = ({
8686
useEffect(() => {
8787
if (!open) {
8888
setSelectedColor(null);
89-
// Stop all animations when dialog closes
9089
Object.values(folderRefs.current).forEach((ref) => {
9190
ref.current?.stop();
9291
});

apps/web/app/(org)/dashboard/folder/[id]/components/SubfolderDialog.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export const SubfolderDialog: React.FC<Props> = ({
9191
if (!open) {
9292
setSelectedColor(null);
9393
setFolderName("");
94-
// Stop any running animations when the dialog closes
9594
Object.values(folderRefs.current).forEach((ref) => {
9695
ref.current?.stop();
9796
});

0 commit comments

Comments
 (0)