mirror of
https://github.com/xlmnxp/extractify.zip.git
synced 2024-11-23 17:13:12 +03:00
improve selection hit rate
This commit is contained in:
parent
1aa3fb203c
commit
7968a8c032
2
app.vue
2
app.vue
@ -185,7 +185,7 @@ function stepUp(path: string) {
|
||||
</template>
|
||||
</v-container>
|
||||
|
||||
<VueSelecto :selectableTargets="['.selectable']" :dragContainer="dragContainer" :hitRate="20"
|
||||
<VueSelecto :selectableTargets="['.selectable']" :dragContainer="dragContainer" :hitRate="0"
|
||||
:selectFromInside="false" :toggleContinueSelect="'ctrl'" @select="onSelectStart" @selectStart="onSelectStart"
|
||||
:get-element-rect="getElementInfo" @selectEnd="onSelectEnd" :select-by-click="false" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user