We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c069f97 + 1527042 commit b592ac2Copy full SHA for b592ac2
1 file changed
src/components/NcListItem/NcListItem.vue
@@ -471,6 +471,7 @@ The `actions-icon` slot can be used to pass icon to the inner NcActions componen
471
@focus="showActions"
472
@focusout="handleBlur"
473
@click="onClick($event, navigate, routerLinkHref)"
474
+ @dragstart="$emit('dragstart', $event)"
475
@keydown.esc="hideActions">
476
<!-- @slot This slot is used for the NcAvatar or icon, the content of this slot must not be interactive -->
477
<slot name="icon" />
@@ -715,6 +716,7 @@ export default {
715
716
717
emits: [
718
'click',
719
+ 'dragstart',
720
'update:menuOpen',
721
],
722
0 commit comments