Skip to content

V5.0.0-beta.27 自定义组件设置连接桩图形为矩形, 覆写 drawAnchorShapes 时有 error #7815

V5.0.0-beta.27 自定义组件设置连接桩图形为矩形, 覆写 drawAnchorShapes 时有 error

V5.0.0-beta.27 自定义组件设置连接桩图形为矩形, 覆写 drawAnchorShapes 时有 error #7815

Workflow file for this run

on:
issue_comment:
types: [created]
name: Automatic Rebase
jobs:
rebase:
name: Rebase
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Automatic Rebase
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}