mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
feat: 双击缩略图快速放映
This commit is contained in:
parent
3528368507
commit
d2ca9af81d
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user