Skip to content

Commit

Permalink
fix(list-view): disable double click surrounding area of checkbox
Browse files Browse the repository at this point in the history
improving user experience
  • Loading branch information
ElonH committed Jun 13, 2020
1 parent 5c23b9b commit bf03dd1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ import { ClipboardService } from '../../clipboard/clipboard.service';
(event)="eventEmitted($event)"
>
<ng-template let-row>
<td>
<td (dblclick)="$event.stopPropagation()">
<nb-checkbox [(checked)]="row.check" (checkedChange)="onToggle()"> </nb-checkbox>
<!-- todo: disable double click event here-->
</td>
<td>
<nb-icon
Expand Down

0 comments on commit bf03dd1

Please sign in to comment.