remove view menu item
This commit is contained in:
parent
4a63b5db13
commit
6c637b8433
1 changed files with 0 additions and 2 deletions
|
@ -291,8 +291,6 @@ const Editor: Component<{ root: FileSystemDirectoryHandle }> = (props) => {
|
||||||
|
|
||||||
<Menu.Item command={commands.clearSelection} />
|
<Menu.Item command={commands.clearSelection} />
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
|
|
||||||
<Menu.Item command={noop.withLabel('view')} />
|
|
||||||
</Menu.Root>
|
</Menu.Root>
|
||||||
|
|
||||||
<Prompt api={setPrompt} title="Which key do you want to create?" description={<>hint: use <code>.</code> to denote nested keys,<br /> i.e. <code>this.is.some.key</code> would be a key that is four levels deep</>}>
|
<Prompt api={setPrompt} title="Which key do you want to create?" description={<>hint: use <code>.</code> to denote nested keys,<br /> i.e. <code>this.is.some.key</code> would be a key that is four levels deep</>}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue