spotlight fix

This commit is contained in:
Čarodej
2021-10-29 16:38:52 +02:00
parent 351d57b103
commit b1a6fc3bf2
4 changed files with 29 additions and 10 deletions

View File

@@ -4,6 +4,7 @@
v-if="itemViewType === 'list'"
:entry="item"
:highlight="true"
:mobile-handler="true"
@mouseup.stop.native="clickFilter"
@dragstart.native="$emit('dragstart')"
@drop.native="drop()"