Skip to content

Commit

Permalink
removed docs duplications
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 19, 2023
1 parent a44e70b commit 649e081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/virtual/core/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export const enum InternalEvent {
*
* - `RANGE`: {@link VirtualScroller.from} or {@link VirtualScroller.to} was changed;
*
* - `SCROLL_SIZE`: sum of all item sizes was changed;
* - `SCROLL_SIZE`: {@link VirtualScroller.scrollSize} was changed;
*
* - `SIZES`: at least one item size was changed.
* - `SIZES`: at least one item size was changed. {@link VirtualScroller.sizesHash}.
*
* @privateRemarks
* Did not export enum because I don't like reverse-mapped result in code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Events Description:

- `RANGE`<!-- -->: [VirtualScroller.from](./virtual-core.virtualscroller.from.md) or [VirtualScroller.to](./virtual-core.virtualscroller.to.md) was changed;

- `SCROLL_SIZE`<!-- -->: sum of all item sizes was changed;
- `SCROLL_SIZE`<!-- -->: [VirtualScroller.scrollSize](./virtual-core.virtualscroller.scrollsize.md) was changed;

- `SIZES`<!-- -->: at least one item size was changed.
- `SIZES`<!-- -->: at least one item size was changed. [VirtualScroller.sizesHash](./virtual-core.virtualscroller.sizeshash.md)<!-- -->.

0 comments on commit 649e081

Please sign in to comment.