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]}