@foblex/m-render 2.8.5 → 2.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2627,7 +2627,7 @@ let CalculateHashFromScrollPositionAndActivateToc = class CalculateHashFromScrol
2627
2627
  _provider = inject(DocumentationStore);
2628
2628
  _scrollableContainer = inject(SCROLLABLE_CONTAINER);
2629
2629
  _mediatr = inject(Mediatr);
2630
- handle() {
2630
+ handle(payload) {
2631
2631
  let result;
2632
2632
  const containerScrollTop = this._getContainerScrollTop();
2633
2633
  const elementsWithTopPosition = this._calculateElementsTopPositions();
@@ -2684,8 +2684,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImpor
2684
2684
 
2685
2685
  class CalculateHashFromScrollPositionAndActivateTocRequest {
2686
2686
  static requestToken = Symbol('CalculateHashFromScrollPositionAndActivateTocRequest');
2687
- constructor() {
2688
- }
2687
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
2688
+ constructor() { }
2689
2689
  }
2690
2690
 
2691
2691
  let CalculateTableOfContent = class CalculateTableOfContent {