mirror of
https://github.com/xlmnxp/extractify.zip.git
synced 2024-11-23 17:13:12 +03:00
use ctrl instead of shift and update the icon
This commit is contained in:
parent
81e5d9d966
commit
5418076976
2
app.vue
2
app.vue
@ -171,7 +171,7 @@ function onSelectEnd(e: any) {
|
||||
</template>
|
||||
|
||||
<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" />
|
||||
|
||||
<template v-if="!files.length">
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user