Skip to content

fix(nav): improve reliability of swipe back gesture when quickly swiping back #4611

fix(nav): improve reliability of swipe back gesture when quickly swiping back

fix(nav): improve reliability of swipe back gesture when quickly swiping back #4611

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: github/codeql-action/analyze@v2