mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
feat(checkbox): stand-alone checkbox components
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user