Skip to content

Commit

Permalink
fixed initialization of array
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaorio committed Jun 1, 2022
1 parent dac16e6 commit 7ea88d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/img-gallery-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ImgGallery from './main'
export class imgGalleryRenderer extends MarkdownRenderChild {
private _gallery: HTMLElement = null
private _settings: {[key: string]: any} = {}
private _imagesList: string[] = null
private _imagesList: string[] = []

constructor(
public plugin: ImgGallery,
Expand Down

0 comments on commit 7ea88d2

Please sign in to comment.