Skip to content

fix: click event does not respond when disable the event bubbling (#11) #64

fix: click event does not respond when disable the event bubbling (#11)

fix: click event does not respond when disable the event bubbling (#11) #64

Workflow file for this run

name: Web SDK Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
code-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run build
run: |
npm i
npm run build