mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(reorder): several reorder lists in the same view
This commit is contained in:
@ -288,11 +288,8 @@ export class Menu {
|
||||
*/
|
||||
@Output() ionClose: EventEmitter<boolean> = new EventEmitter<boolean>();
|
||||
|
||||
/** @private */
|
||||
_menuCtrl: MenuController;
|
||||
|
||||
constructor(
|
||||
_menuCtrl: MenuController,
|
||||
public _menuCtrl: MenuController,
|
||||
private _elementRef: ElementRef,
|
||||
private _config: Config,
|
||||
private _platform: Platform,
|
||||
@ -300,9 +297,7 @@ export class Menu {
|
||||
private _keyboard: Keyboard,
|
||||
private _zone: NgZone,
|
||||
public gestureCtrl: GestureController
|
||||
) {
|
||||
this._menuCtrl = _menuCtrl;
|
||||
}
|
||||
) {}
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
Reference in New Issue
Block a user