Skip to content

floating-panel 拖动到最高时,里面内容出现滚动条,滚动条滚到最底部时,在手机上,当我想往下滚动的时候,会出现直接收起floating-panel,而不是滚动我里面的内容 #2576

floating-panel 拖动到最高时,里面内容出现滚动条,滚动条滚到最底部时,在手机上,当我想往下滚动的时候,会出现直接收起floating-panel,而不是滚动我里面的内容

floating-panel 拖动到最高时,里面内容出现滚动条,滚动条滚到最底部时,在手机上,当我想往下滚动的时候,会出现直接收起floating-panel,而不是滚动我里面的内容 #2576

name: Issue Remove Inactive
on:
issues:
types: [edited]
issue_comment:
types: [created, edited]
jobs:
issue-remove-inactive:
runs-on: ubuntu-latest
steps:
- name: remove inactive
if: github.event.label.state == 'open' && github.actor == github.event.issue.user.login
uses: actions-cool/issues-helper@v3
with:
actions: 'remove-labels'
issue-number: ${{ github.event.issue.number }}
labels: 'need reproduce'