| Index: lib/components/modal.dart
|
| diff --git a/lib/components/modal.dart b/lib/components/modal.dart
|
| index 65fcfe5dcedd3572a9fe3c99009f2710ce710931..3d28e063a473e61f367baa36aaead45ab7ede840 100644
|
| --- a/lib/components/modal.dart
|
| +++ b/lib/components/modal.dart
|
| @@ -68,7 +68,7 @@ class Modal extends WebComponent implements ShowHideComponent {
|
| }
|
| }
|
|
|
| - Element _getModalElement() => this.query('x-modal > .modal');
|
| + Element _getModalElement() => this.query('[is=x-modal] > .modal');
|
|
|
| void _onClick(MouseEvent event) {
|
| if(!event.defaultPrevented) {
|
|
|