Skip to content

Commit

Permalink
fix: export entity-reference positioner (#1781)
Browse files Browse the repository at this point in the history
There is a positioner for entity-reference-extension but it's not properly exported. This makes it difficult to use.

See here an example from annotation-extension that does export the positioner: https://github.com/remirror/remirror/blob/1bc49d747b693146bb320017de506aa92efcbc74/packages/remirror__extension-annotation/src/index.ts#L2
  • Loading branch information
ronnyroeller committed Jul 12, 2022
1 parent 1bc49d7 commit a064932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remirror__extension-entity-reference/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './entity-reference-extension';
export { centeredEntityReferencePositioner } from './entity-reference-positioners';
export type { EntityReferenceMetaData } from './types';
export { findMinMaxRange } from './utils/ranges';

1 comment on commit a064932

@github-actions
Copy link
Contributor

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.