use ctrl instead of shift and update the icon

This commit is contained in:
Salem Yaslem 2023-05-29 17:40:58 +03:00
parent 81e5d9d966
commit 5418076976
2 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ function onSelectEnd(e: any) {
</template> </template>
<VueSelecto :selectableTargets="['.selectable']" :dragContainer="dragContainer" :hitRate="20" <VueSelecto :selectableTargets="['.selectable']" :dragContainer="dragContainer" :hitRate="20"
:selectFromInside="false" :toggleContinueSelect="'shift'" @select="onSelectStart" @selectStart="onSelectStart" :selectFromInside="false" :toggleContinueSelect="'ctrl'" @select="onSelectStart" @selectStart="onSelectStart"
:get-element-rect="getElementInfo" @selectEnd="onSelectEnd" /> :get-element-rect="getElementInfo" @selectEnd="onSelectEnd" />
<template v-if="!files.length"> <template v-if="!files.length">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB