Fix typo
This commit is contained in:
parent
a0015af28e
commit
60ed786e22
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ export default function SettingsMenu({className, style}: {className?: string, st
|
|||
// disabled: true,
|
||||
command: () => model.mutate(s => s.view.lineNumbers = !s.view.lineNumbers)
|
||||
},
|
||||
...(isInStandaloneMode ? [
|
||||
...(isInStandaloneMode() ? [
|
||||
{
|
||||
separator: true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
/// <reference lib="webworker" />
|
||||
import OpenSCAD from "../wasm/openscad.js";
|
||||
|
||||
import { createEditorFS, getParentDir, symlinkLibraries } from "../fs/filesystem.ts";
|
||||
import { createEditorFS, symlinkLibraries } from "../fs/filesystem.ts";
|
||||
import { OpenSCADInvocation, OpenSCADInvocationCallback, OpenSCADInvocationResults } from "./openscad-runner.ts";
|
||||
import { deployedArchiveNames, zipArchives } from "../fs/zip-archives.ts";
|
||||
import { deployedArchiveNames } from "../fs/zip-archives.ts";
|
||||
import { fetchSource } from "../utils.ts";
|
||||
|
||||
importScripts("browserfs.min.js");
|
||||
|
|
|
|||
Loading…
Reference in a new issue