Update ImageGallery.plugin.js
This commit is contained in:
parent
2a18bfe071
commit
eeee36c941
|
@ -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"]]
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue