We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7f1db commit de561cdCopy full SHA for de561cd
web/editor_ui.tsx
@@ -21,8 +21,6 @@ import { safeRun } from "../lib/async.ts";
21
import { clientStoreSyscalls } from "./syscalls/clientStore.ts";
22
import type { FilterOption } from "@silverbulletmd/silverbullet/type/client";
23
24
-const doublePressThreshold = 500;
25
-
26
export class MainUI {
27
viewState: AppViewState = initialViewState;
28
0 commit comments