feat(checkbox): stand-alone checkbox components

This commit is contained in:
Adam Bradley
2016-01-26 20:12:30 -06:00
parent f20ae8fd3f
commit 6890532ab4
5 changed files with 21 additions and 1 deletions

View File

@ -67,7 +67,6 @@ export class InputBase {
self._scrollMove = function(ev: UIEvent) {
// scroll move event listener this instance can reuse
console.log('scrollmove', ev)
if (!(self._nav && self._nav.isTransitioning())) {
self.deregScrollMove();