whalebird-desktop icon indicating copy to clipboard operation
whalebird-desktop copied to clipboard

Close a picture/video when clicking outside it.

Open NicoPy opened this issue 1 year ago • 1 comments

Currently, when an image/video is displayed (by clicking on it in a toot), one have to click the up-right cross to close it. It would be easier to just click outside the image/video to close it (especially when using a track pad on a laptop)

NicoPy avatar Sep 14 '22 17:09 NicoPy

Before 4.6.0, this feature was implemented with https://github.com/vue-bulma/click-outside. But the library does not support vue3. We need to use vue3 supporting library, e.q. https://github.com/andymark-by/click-outside-vue3.

h3poteto avatar Sep 25 '22 03:09 h3poteto