Update ImageGallery.plugin.js

This commit is contained in:
Mirco Wittrien 2019-11-24 09:18:34 +01:00
parent 2a18bfe071
commit eeee36c941
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class ImageGallery {
constructor () {
this.changelog = {
"fixed":[["Positioning & Overlapping","Preview images of previous and next image no longer overlap current image, this was caused by other plugins"]].
"fixed":[["Positioning & Overlapping","Preview images of previous and next image no longer overlap current image, this was caused by other plugins"]],
"improved":[["New Library Structure & React","Restructured my Library and switched to React rendering instead of DOM manipulation"]]
};