Commit 3e50216
committed
fix(material/tabs): touch gestures not working on tab nav bar (#26344)
The touch gestures for holding the pagination buttons wasn't working in the tab nav bar, because we were overriding the `ngAfterViewInit` method without invoking the `super` implementation.
(cherry picked from commit d2dcd76)1 parent 6c4a1f7 commit 3e50216
File tree
1 file changed
+1
-0
lines changed1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| 387 | + | |
387 | 388 | | |
388 | 389 | | |
389 | 390 | | |
| |||
0 commit comments