From 1fd9f90952b2c576c5f41ff0ff405b4453eb8649 Mon Sep 17 00:00:00 2001 From: Rahul Yadav Date: Thu, 2 May 2024 15:55:12 +0530 Subject: [PATCH] Refactor cursor labels --- src/components/workspace/Editor/Editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/workspace/Editor/Editor.tsx b/src/components/workspace/Editor/Editor.tsx index c793ec0..0f3e3f7 100644 --- a/src/components/workspace/Editor/Editor.tsx +++ b/src/components/workspace/Editor/Editor.tsx @@ -182,7 +182,7 @@ const Editor: FC = ({ file, projectId, className = '' }) => {
- Line {cursorPosition[0]}, Column {cursorPosition[1]} + Ln {cursorPosition[0]}, Col {cursorPosition[1]}