Skip to content

Commit

Permalink
Refactor #5272
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Feb 15, 2024
1 parent a738038 commit 84a8285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/datatable/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -868,9 +868,10 @@ export default {
const data = this.dataToRender(slotProps.rows);
this.$emit('update:selection', data);
event.preventDefault();
}
event.preventDefault();
break;
}
}
Expand Down

0 comments on commit 84a8285

Please sign in to comment.