mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add enlarge image effect to desktop views
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const handleImageClick = (e) => {
|
||||
e.target.classList.toggle('enlarged');
|
||||
};
|
||||
|
||||
export default handleImageClick;
|
||||
Reference in New Issue
Block a user