mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(item): improve open/close logic, update demos
This commit is contained in:

committed by
Adam Bradley

parent
0660cb6b4a
commit
db9fa7ead3
@ -366,7 +366,7 @@ export class Menu extends Ion {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
bdClick(ev) {
|
||||
bdClick(ev: Event) {
|
||||
console.debug('backdrop clicked');
|
||||
ev.preventDefault();
|
||||
ev.stopPropagation();
|
||||
|
Reference in New Issue
Block a user