Skip to content

Commit

Permalink
fix: issue command removed from default toolbar. (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 13, 2023
1 parent 8989e9d commit 4005db4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { title4 } from './title4';
import { title5 } from './title5';
import { title6 } from './title6';
import { table } from './table';
import { issue } from './issue';
import { help } from './help';

export interface CommandOrchestrator {
Expand Down Expand Up @@ -110,7 +109,6 @@ const getCommands: () => ICommand[] = () => [
orderedListCommand,
checkedListCommand,
divider,
issue,
help,
];

Expand Down

1 comment on commit 4005db4

@vercel
Copy link

@vercel vercel bot commented on 4005db4 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.