chore(): fix tabs (#19821)

* fix(tabs): do not wait on child tab setActive() lazy loading

* whenDefined example

* chore(): fix lint
This commit is contained in:
Mike Hartington
2019-11-01 09:29:30 -07:00
committed by GitHub
parent 7bd4412889
commit 60aa027903
4 changed files with 22 additions and 9 deletions

View File

@ -92,8 +92,8 @@ export const createPointerEvents = (
stopMouse();
};
const enable = (enable = true) => {
if (!enable) {
const enable = (isEnabled = true) => {
if (!isEnabled) {
if (rmTouchStart) {
rmTouchStart();
}