Skip to content

Commit

Permalink
fix(tree): moved checkbox (#UIM-400) (#438)
Browse files Browse the repository at this point in the history
8x
  • Loading branch information
lskramarov authored and pimenovoleg committed Mar 19, 2020
1 parent 7cb3f34 commit 5633950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mosaic/tree/tree-option.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<ng-content select="[mc-icon]"></ng-content>

<ng-content select="mc-tree-node-toggle"></ng-content>

<mc-pseudo-checkbox
*ngIf="showCheckbox"
[state]="selected ? 'checked' : 'unchecked'"
Expand Down

0 comments on commit 5633950

Please sign in to comment.