[Bug]: 使用g6.min.js时,想在legend基础上扩展功能,但是报错无法访问createPluginCanvas方法 #1037
This file contains hidden or 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: 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/issues-helper@v3.6.0 | |
| with: | |
| actions: "mark-duplicate" | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| duplicate-labels: "duplicate" | |
| remove-labels: "waiting for maintainer" | |
| close-issue: true |