Skip to content

fix(react): fix bug when pasting images from clipboard #777

fix(react): fix bug when pasting images from clipboard

fix(react): fix bug when pasting images from clipboard #777

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install
- run: yarn test