some improvements to context menu

This commit is contained in:
Chris Kruining 2025-01-08 14:27:45 +01:00
parent 7e5af28ac2
commit b9dbdb5aa9
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
9 changed files with 131 additions and 15 deletions

View file

@ -15,6 +15,7 @@ export default function Experimental(props: ParentProps) {
<Menu.Root>
<Menu.Item command={goTo.withLabel('table').with('table')} />
<Menu.Item command={goTo.withLabel('grid').with('grid')} />
<Menu.Item command={goTo.withLabel('context-menu').with('context-menu')} />
</Menu.Root>
{props.children}