Skip to content

fix(expansion-panel): fixed a bug where calling setOpenImmediate() while an expand/collapse animation is already running would not cancel the active animation #205

fix(expansion-panel): fixed a bug where calling setOpenImmediate() while an expand/collapse animation is already running would not cancel the active animation

fix(expansion-panel): fixed a bug where calling setOpenImmediate() while an expand/collapse animation is already running would not cancel the active animation #205

Workflow file for this run

name: Cleanup Pull Request
on:
pull_request_target:
types:
- closed
jobs:
cleanup-storybook-pr:
name: Cleanup Storybook Deployment
uses: tyler-technologies-oss/forge-automation-shared/.github/workflows/wf-cleanup-gh-pages.yml@v2.8.1
with:
PR_PATH: pr/${{ github.event.pull_request.head.label }}
secrets:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}