mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
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:
@ -92,8 +92,8 @@ export const createPointerEvents = (
|
||||
stopMouse();
|
||||
};
|
||||
|
||||
const enable = (enable = true) => {
|
||||
if (!enable) {
|
||||
const enable = (isEnabled = true) => {
|
||||
if (!isEnabled) {
|
||||
if (rmTouchStart) {
|
||||
rmTouchStart();
|
||||
}
|
||||
|
Reference in New Issue
Block a user