mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(modal): use framework delegate for mounting the user's component
This commit is contained in:
@@ -19,7 +19,6 @@ export class PickerController {
|
||||
|
||||
// give this picker a unique id
|
||||
picker.pickerId = `picker-${id}`;
|
||||
picker.style.zIndex = (20000 + id).toString();
|
||||
|
||||
// convert the passed in picker options into props
|
||||
// that get passed down into the new picker
|
||||
|
||||
Reference in New Issue
Block a user