Skip to content

ios手机任何浏览器,查看xflow自定义节点布局,自定义节点都会跑到屏幕左上方,不在正确的位置 #794

ios手机任何浏览器,查看xflow自定义节点布局,自定义节点都会跑到屏幕左上方,不在正确的位置

ios手机任何浏览器,查看xflow自定义节点布局,自定义节点都会跑到屏幕左上方,不在正确的位置 #794

Workflow file for this run

name: 🎉 Rebase
on:
issue_comment:
types: [created]
jobs:
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
- uses: wow-actions/use-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
env_name: bot_token
- uses: cirrus-actions/rebase@master
env:
GITHUB_TOKEN: ${{ env.bot_token }}