Skip to content

Commit

Permalink
Version 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiiBuh committed Jun 2, 2022
1 parent f583d61 commit dd449ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/downloaders/download-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const downloadFile = (downloadUrl: string, progress: ((this: XMLHttpReque
* Get the current index of a slider
* @param element The element the slider is in
*/
export function getSliderIndex(element: HTMLElement): { index: number; isLast: boolean } {
export function getSliderIndex(element: HTMLElement): { index: number; isLast: boolean } {
const sliderIndicator = [...element.querySelectorAll(QuerySelectors.postSliderBubble)];
const activeElement = element.querySelector(QuerySelectors.postSliderBubbleActive)!;

Expand Down

0 comments on commit dd449ee

Please sign in to comment.