Skip to content

Commit f2297d6

Browse files
committed
feature(wysiwyg): add todo
1 parent 992577d commit f2297d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/codelab/src/app/multiselect/multiselect-list.directive.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ export class MultiselectListDirective implements OnInit, OnChanges, OnDestroy {
6161
this.elementHasFocus = this.el.nativeElement.contains(event.target);
6262

6363

64-
// TODO
64+
// TODO need a better way to reset
6565
// if (!this.elementHasFocus) {
66-
//
6766
// this.multiselectService.resetSelection(this.currentSlideIndex);
6867
// }
6968
}

0 commit comments

Comments
 (0)