Skip to content

fix: prevent popup content from being selected on double click on the… #64

fix: prevent popup content from being selected on double click on the…

fix: prevent popup content from being selected on double click on the… #64

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
Firefox:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: yarn install
- run: yarn build
- run: yarn test --browser firefox