codenius
codenius
I experienced this issue too. Can you share the workaround, while it's not fixed yet?
> @codenius You have access to a global `sortKeys` store: `const { sortKeys } = pluginStates.sort;`. You can use that to display anything you want What's interesting although, that as...
This is problematic for the `Enter`-Key too, since you can not trigger buttons and links with `Enter` anymore. Therefor, the fix @flare-s pointed out [first](https://github.com/rohitpotato/svelte-command-palette/issues/16#issuecomment-1442035444) can not be applied. >...