diff --git a/.changeset/empty-cats-yell.md b/.changeset/empty-cats-yell.md new file mode 100644 index 000000000..ce8ee3810 --- /dev/null +++ b/.changeset/empty-cats-yell.md @@ -0,0 +1,6 @@ +--- +'@keystatic/core': patch +--- + +Fix tooltip on list buttons in editor incorrectly showing the keyboard +shortcut requiring cmd/ctrl diff --git a/.github/actions/setup-deps/action.yml b/.github/actions/setup-deps/action.yml index 610ab8976..e5369eac8 100644 --- a/.github/actions/setup-deps/action.yml +++ b/.github/actions/setup-deps/action.yml @@ -2,6 +2,9 @@ name: 'Setup Dependencies' runs: using: 'composite' steps: + - run: npm install -g corepack@0.31.0 + shell: bash + - run: corepack enable shell: bash diff --git a/packages/keystatic/src/form/fields/markdoc/editor/Toolbar.tsx b/packages/keystatic/src/form/fields/markdoc/editor/Toolbar.tsx index 114f49441..149f1f571 100644 --- a/packages/keystatic/src/form/fields/markdoc/editor/Toolbar.tsx +++ b/packages/keystatic/src/form/fields/markdoc/editor/Toolbar.tsx @@ -706,7 +706,7 @@ function ListButtons() { {item.label} - {item.shortcut} + {item.shortcut} ))}