mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(gestures): body does not cover the whole screen
This commit is contained in:
@@ -106,7 +106,7 @@ export class Refresher {
|
||||
'passive': false,
|
||||
'direction': 'y',
|
||||
'threshold': 0,
|
||||
'attachTo': 'body'
|
||||
'attachTo': 'window'
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -277,7 +277,7 @@ export class ReorderGroup {
|
||||
type: 'pan',
|
||||
direction: 'y',
|
||||
threshold: 0,
|
||||
attachTo: 'body'
|
||||
attachTo: 'window'
|
||||
}}>
|
||||
<slot></slot>
|
||||
</ion-gesture>
|
||||
|
||||
Reference in New Issue
Block a user