Skip to content

辐射状布局下使用image类型节点,多次连续展开节点,控制台稳定报错Uncaught TypeError: Cannot read properties of undefined (reading 'src') #786

辐射状布局下使用image类型节点,多次连续展开节点,控制台稳定报错Uncaught TypeError: Cannot read properties of undefined (reading 'src')

辐射状布局下使用image类型节点,多次连续展开节点,控制台稳定报错Uncaught TypeError: Cannot read properties of undefined (reading 'src') #786

name: Mark Duplicate Issue
on:
issue_comment:
types: [created, edited]
permissions: {}
jobs:
mark-duplicate:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- name: Mark duplicate issue
uses: actions-cool/[email protected]
with:
actions: "mark-duplicate"
token: ${{ secrets.GITHUB_TOKEN }}
duplicate-labels: "duplicate"
remove-labels: "waiting for maintainer"
close-issue: true