viewer: reduce sidebar debounce time

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/900/head
Varun Patil 2023-10-29 11:58:43 -07:00
parent 9251bba6fc
commit 198fe97b4b
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ import LivePhotoIcon from 'vue-material-design-icons/MotionPlayOutline.vue';
import AlbumIcon from 'vue-material-design-icons/ImageAlbum.vue';
const SLIDESHOW_MS = 5000;
const SIDEBAR_DEBOUNCE_MS = 500;
const SIDEBAR_DEBOUNCE_MS = 350;
const BODY_HAS_VIEWER = 'has-viewer';
const BODY_VIEWER_VIDEO = 'viewer-video';
const BODY_VIEWER_FULLY_OPENED = 'viewer-fully-opened';