Skip to content

when using multiple diagrams on the same page, interactions via bindFunctions only end up working on one instance #1583

when using multiple diagrams on the same page, interactions via bindFunctions only end up working on one instance

when using multiple diagrams on the same page, interactions via bindFunctions only end up working on one instance #1583

Workflow file for this run

name: Apply triage label to new issue
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: andymckay/labeler@1.0.4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
add-labels: 'Status: Triage'