PhotoSwipe icon indicating copy to clipboard operation
PhotoSwipe copied to clipboard

Documentation error?

Open acwolff opened this issue 4 years ago • 0 comments

On the Methods documentation page I see twice the same method:

// close the PhotoSwipe (with animation, if enabled) // PhotoSwipe will automatically destroy after it's closed pswp.close();

// instantly close and destroy the PhotoSwipe pswp.close();

Should this not be two different names?

acwolff avatar Apr 12 '22 15:04 acwolff