Skip to content

Commit

Permalink
Fix editor cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJunny committed Dec 9, 2024
1 parent 1239a1b commit 0e150d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/_components/challenges/challenge-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default function ChallengeEditorWrapper({
return (
<div className="h-full min-h-[400px]">
<Editor
className="cursor-wait"
height="100%"
theme={theme === "dark" ? "vs-dark" : "light"}
language={language}
Expand Down

0 comments on commit 0e150d7

Please sign in to comment.