remove view menu item

This commit is contained in:
Chris Kruining 2024-12-03 13:24:34 +01:00
parent 4a63b5db13
commit 6c637b8433
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -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</>}>