From 2685b9834735bb71d0fc787c6f976c7649d57b83 Mon Sep 17 00:00:00 2001 From: ff6347 Date: Sat, 9 Mar 2024 16:27:36 +0100 Subject: [PATCH] fix: Disable font ligatures --- src/components/Sandbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sandbox.tsx b/src/components/Sandbox.tsx index c2295cf..ba9e735 100644 --- a/src/components/Sandbox.tsx +++ b/src/components/Sandbox.tsx @@ -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,