Skip to content

Commit

Permalink
fix(addon-mobile): add SheetDialog to pull-to-refresh exclusion (#8611
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vladimirpotekhin authored Aug 20, 2024
1 parent 9224443 commit 96ba882
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import {
} from './pull-to-refresh.providers';

export const MICRO_OFFSET = 10 ** -6;
const EXCLUSION_SELECTORS = 'tui-dialog, tui-dropdown, tui-dropdown-mobile';
const EXCLUSION_SELECTORS =
'tui-dialog, tui-dropdown, tui-sheet-dialog, tui-dropdown-mobile';

@Injectable()
export class TuiPullToRefreshService extends Observable<number> {
Expand Down

0 comments on commit 96ba882

Please sign in to comment.