@zoff-tech/zt-bottom-drawer
Version:
Bottom Drawer / Web Component
16 lines (12 loc) • 468 B
JavaScript
;
const menuController = require('@utils/menu-controller');
/*!
* (C) Ionic http://ionicframework.com - MIT License
*/
// Given a menu, return whether or not the menu toggle should be visible
const updateVisibility = async (menu) => {
const menuEl = await menuController.menuController.get(menu);
return !!(menuEl && (await menuEl.isActive()));
};
exports.updateVisibility = updateVisibility;
//# sourceMappingURL=menu-toggle-util-113ac4ef.js.map