JJWebView,您封装的不适用web端吗,获取不到webview高度,SliverToNestedScrollBoxAdapter中onScrollOffsetChanged,参数offset在web端获取都是0 #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Issue Labeler" | |
on: | |
issues: | |
types: [ opened ] | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Auto label | |
uses: Renato66/auto-label@v2.2.0 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
ignore-comments: true | |
default-labels: '["await triage"]' |