Skip to content

Commit f3ace8d

Browse files
fix #18 (#23)
1 parent 30cb42e commit f3ace8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/previewCode.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import * as vscode from 'vscode';
22
import { window } from 'vscode';
33

4-
const PREVIEW_COMMAND = `\x0C checkpoint_paste()`; // \x0C is Ctrl + L
4+
const PREVIEW_COMMAND = `\x0C checkpoint_paste()\x1b`;
5+
// \x0C: is Ctrl + L
6+
// \x1b: https://github.com/bhoov/manim-notebook/issues/18#issuecomment-2431146809
57

68
/**
79
* Whether the extension is currently executing a Manim command.

0 commit comments

Comments
 (0)