Robin

Results 1 comments of Robin

I am not sure why the whole image gets selected. There's a simple way to solve it though. Add this line to the showNext function: ``` js document.getSelection().removeAllRanges(); ``` The...