Merge branch 'main' into feature/add-language

This commit is contained in:
Chris Kruining 2024-12-03 13:25:36 +01:00
commit c31074de4b
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
8 changed files with 58 additions and 11 deletions

View file

@ -347,8 +347,6 @@ const Editor: Component<{ root: FileSystemDirectoryHandle }> = (props) => {
<Menu.Item command={commands.clearSelection} />
</Menu.Item>
<Menu.Item command={noop.withLabel('view')} />
</Menu.Root>
<Prompt api={setNewKeyPrompt} 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</>}>