fluffychat merge
This commit is contained in:
commit
3b248c4c9f
2 changed files with 3 additions and 1 deletions
3
.github/workflows/check_duplicates.yaml
vendored
3
.github/workflows/check_duplicates.yaml
vendored
|
|
@ -16,7 +16,8 @@
|
|||
# - uses: actions/checkout@v5
|
||||
# - name: Check duplicates
|
||||
# run: |
|
||||
# issues=$(gh issue list --search '${{ env.title }}' --json number,title,url)
|
||||
# title=$(printf %q "${{ env.title }}")
|
||||
# issues=$(gh issue list --search '${{ title }}' --json number,title,url)
|
||||
# number=${{ env.number }}
|
||||
# issues_filtered=$(echo "$issues" | jq --arg num "$number" 'map(select(.number != ($num | tonumber)))')
|
||||
# if [ "$(echo "$issues_filtered" | jq length)" -eq 0 ]; then
|
||||
|
|
|
|||
|
|
@ -1094,6 +1094,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
),
|
||||
maxLines: limitHeight ? 64 : null,
|
||||
overflow: TextOverflow.fade,
|
||||
selectionColor: textColor.withAlpha(128),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue