mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 保存节名称异常
This commit is contained in:
parent
daf87756e0
commit
331a20b9bd
@ -153,6 +153,8 @@ const changeSlideIndex = (index: number) => {
|
||||
|
||||
// 点击缩略图
|
||||
const handleClickSlideThumbnail = (e: MouseEvent, index: number) => {
|
||||
if (editingSectionId.value) return
|
||||
|
||||
const isMultiSelected = selectedSlidesIndex.value.length > 1
|
||||
|
||||
if (isMultiSelected && selectedSlidesIndex.value.includes(index) && e.button !== 0) return
|
||||
|
Loading…
x
Reference in New Issue
Block a user