@agreatfool/obsidian-post-gallery
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@agreatfool/obsidian-post-gallery", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "In post gallery for obsidian", | ||
@@ -5,0 +5,0 @@ "main": "./dist/main.js", |
@@ -80,4 +80,6 @@ import * as LibPath from 'path'; | ||
private _initGallery(galleryId: string, args: MarkdownBlockArgs): void { | ||
const gallery = (window as any).$(`#${galleryId}`); | ||
gallery.justifiedGallery(args); | ||
const interval = setInterval(function () { | ||
const gallery = (window as any).$(`#${galleryId}`); | ||
const initialized = gallery.hasClass('justified-gallery'); | ||
@@ -84,0 +86,0 @@ if (initialized) { |
Sorry, the diff of this file is too big to display
2158358
34444