mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
commit
db8a9381ce
@ -19,7 +19,7 @@ export default (
|
|||||||
if (!editorAreaFocus.value) store.commit(MutationTypes.SET_EDITORAREA_FOCUS, true)
|
if (!editorAreaFocus.value) store.commit(MutationTypes.SET_EDITORAREA_FOCUS, true)
|
||||||
|
|
||||||
// 如果目标元素当前未被选中,则将他设为选中状态
|
// 如果目标元素当前未被选中,则将他设为选中状态
|
||||||
// 此时如果按下Ctrl键或Shift键,则进入多选状态,将当前已选中的元素和目标元素一桶设置为选中状态,否则仅将目标元素设置为选中状态
|
// 此时如果按下Ctrl键或Shift键,则进入多选状态,将当前已选中的元素和目标元素一起设置为选中状态,否则仅将目标元素设置为选中状态
|
||||||
// 如果目标元素是分组成员,需要将该组合的其他元素一起设置为选中状态
|
// 如果目标元素是分组成员,需要将该组合的其他元素一起设置为选中状态
|
||||||
if (!activeElementIdList.value.includes(element.id)) {
|
if (!activeElementIdList.value.includes(element.id)) {
|
||||||
let newActiveIdList: string[] = []
|
let newActiveIdList: string[] = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user