Skip to content

Commit cb6cc63

Browse files
committed
Merge remote-tracking branch 'origin/master' into fix-latex-long-compile-8332
2 parents ec8bb59 + f292db9 commit cb6cc63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/packages/frontend/frame-editors/terminal-editor/connected-terminal.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ const MAX_HISTORY_LENGTH = 100 * SCROLLBACK;
4848

4949
const MAX_DELAY = 10000;
5050

51-
const ENABLE_WEBGL = true;
51+
// See https://github.com/sagemathinc/cocalc/issues/8330
52+
const ENABLE_WEBGL = false;
5253

5354
interface Path {
5455
file?: string;

0 commit comments

Comments
 (0)