We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23d0966 + 3fadc7b commit 45f2172Copy full SHA for 45f2172
src/components/NcListItem/NcListItem.vue
@@ -469,6 +469,7 @@ The `actions-icon` slot can be used to pass icon to the inner NcActions componen
469
@focus="showActions"
470
@focusout="handleBlur"
471
@click="onClick($event, navigate, routerLinkHref)"
472
+ @dragstart="$emit('dragstart', $event)"
473
@keydown.esc="hideActions">
474
<!-- @slot This slot is used for the NcAvatar or icon, the content of this slot must not be interactive -->
475
<slot name="icon" />
@@ -700,6 +701,7 @@ export default {
700
701
702
emits: [
703
'click',
704
+ 'dragstart',
705
'update:menuOpen',
706
],
707
0 commit comments