Skip to content

fix move down button when there's only one editor #138

fix move down button when there's only one editor

fix move down button when there's only one editor #138

Workflow file for this run

name: ci
on:
push:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm check
- run: pnpm build