fix(app): navPop() does not go to previous tab

references #7611
This commit is contained in:
Manu Mtz.-Almeida
2016-12-03 21:40:45 +01:00
parent b63344c230
commit eebb062e71
3 changed files with 5 additions and 12 deletions

View File

@ -1,6 +1,6 @@
import { PanGesture } from './drag-gesture';
import { clamp, assert } from '../util/util';
import { nativeRaf, pointerCoord } from '../util/dom';
import { pointerCoord } from '../util/dom';
/**
* @private