feat: move theme inline
This commit is contained in:
@ -136,7 +136,6 @@
|
||||
);
|
||||
|
||||
images = wrappers.map((image, i: number) => {
|
||||
console.log({ image });
|
||||
image.classList.add("image-active");
|
||||
image.addEventListener("click", () => setIndex(i));
|
||||
image.addEventListener("touch", () => setIndex(i));
|
||||
|
Reference in New Issue
Block a user