Skip to content

Commit

Permalink
Merge pull request #71 from ff6347/fix/ligatures
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 authored Mar 10, 2024
2 parents 4167b8c + 2685b98 commit 5460a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sandbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default function Sandbox({ disableStorage, initialCode }: SandboxProps) {
scrollBeyondLastLine: false,
automaticLayout: true,
cursorStyle: "line",
fontLigatures: true,
fontLigatures: false,
cursorBlinking: "blink",
minimap: {
enabled: true,
Expand Down

0 comments on commit 5460a7c

Please sign in to comment.