Skip to content

Commit

Permalink
feat: 双击缩略图快速放映
Browse files Browse the repository at this point in the history
  • Loading branch information
pipipi-pikachu committed Sep 10, 2023
1 parent 3528368 commit d2ca9af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Editor/Thumbnails/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'selected': selectedSlidesIndex.includes(index),
}"
@mousedown="$event => handleClickSlideThumbnail($event, index)"
@dblclick="enterScreening()"
v-contextmenu="contextmenusThumbnailItem"
>
<div class="label" :class="{ 'offset-left': index >= 99 }">{{ fillDigit(index + 1, 2) }}</div>
Expand Down

0 comments on commit d2ca9af

Please sign in to comment.