Skip to content

Commit

Permalink
Add a link to the gutenberg PR
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jul 11, 2024
1 parent 752c3f2 commit f23f207
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entries/app-outside-block-editor/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import commands from '@/services/commands';

/**
* Command Palette Application Outside the Block Editor
*
* This is a workaround until {@link https://github.com/WordPress/gutenberg/pull/54515} is implemented
*/
function AppOutsideBlockEditor() {
const availableCommands = useMemo(() => commands(), []);
Expand Down
3 changes: 3 additions & 0 deletions types/keyboardShortcuts.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module '@wordpress/keyboard-shortcuts' {
export const ShortcutProvider: import('react').Provider<import('react').ReactNode>;

Check failure on line 2 in types/keyboardShortcuts.d.ts

View workflow job for this annotation

GitHub Actions / node-tests / Install, build, and test

Prefer default export on a file with single export
}

0 comments on commit f23f207

Please sign in to comment.