From 53adae829166fbf293551a54b05e636ee57e2f7d Mon Sep 17 00:00:00 2001 From: Mohammad Rad Date: Thu, 24 Oct 2024 14:53:04 -0700 Subject: [PATCH] remove unsued comments --- app/(dashboard)/dashboard/test-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(dashboard)/dashboard/test-editor.tsx b/app/(dashboard)/dashboard/test-editor.tsx index 0ad37792..9498c3b1 100644 --- a/app/(dashboard)/dashboard/test-editor.tsx +++ b/app/(dashboard)/dashboard/test-editor.tsx @@ -124,7 +124,7 @@ const TestEditor: React.FC = ({ onRunTests }) => { document.body.appendChild(tempSpan); const width = tempSpan.getBoundingClientRect().width; document.body.removeChild(tempSpan); - return Math.ceil(width) + 20; // Add some padding + return Math.ceil(width) + 20; }; const handleInputChange = (