Skip to content

Commit

Permalink
Reference IPluginConfig directly in IPluginOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Jul 13, 2022
1 parent 9efac94 commit ad0108c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ts/createTyperighterPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ export interface IPluginOptions<
* Called when a match decoration is clicked.
*/
onMatchDecorationClicked?: (match: TMatch) => void;

// @see IPluginConfig
requestMatchesOnDocModified?: boolean;
}

/**
Expand Down

0 comments on commit ad0108c

Please sign in to comment.