Skip to content

Commit 15657b6

Browse files
committed
Fix lint
1 parent 931b0bd commit 15657b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/syscalls/editor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import type { PageMeta, UploadFile } from "../../plug-api/types.ts";
2626
import { openSearchPanel } from "@codemirror/search";
2727
import { parseRef, type Ref } from "@silverbulletmd/silverbullet/lib/page_ref";
2828
import { insertNewlineContinueMarkup } from "@codemirror/lang-markdown";
29-
import { configureVimMode } from "../../plug-api/syscalls/editor.ts";
3029

3130
export function editorSyscalls(client: Client): SysCallMapping {
3231
const syscalls: SysCallMapping = {

0 commit comments

Comments
 (0)