Skip to content

edge-editor 双击编辑完后,点击画布空白处则内容丢失创建失败; 点击别的地方才成功。创建时如何初始化一段文字? #10969

edge-editor 双击编辑完后,点击画布空白处则内容丢失创建失败; 点击别的地方才成功。创建时如何初始化一段文字?

edge-editor 双击编辑完后,点击画布空白处则内容丢失创建失败; 点击别的地方才成功。创建时如何初始化一段文字? #10969

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@v2
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
- uses: cirrus-actions/rebase@master
env:
GITHUB_TOKEN: ${{ env.BOT_TOKEN }}