Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeating Activity/Node selection multiple times! #40

Open
fsalemi opened this issue Mar 21, 2022 · 0 comments
Open

Repeating Activity/Node selection multiple times! #40

fsalemi opened this issue Mar 21, 2022 · 0 comments

Comments

@fsalemi
Copy link

fsalemi commented Mar 21, 2022

Hello Felix,
I am using the activity selection functionality in my app multiple times.
For the moment, when an activity is selected (clicked), it generates a reactive message through JS callback function (input$process_activities) which I can use this in my shiny app. However if the user click on the same activity again for the second time this (input$process_activities) is not generated. Probably it is because this activity is already selected.
However I need to use this (input$process_activities) in my app even if the node is already selected.
I can modify the JS function to fulfill this purpose, if I know where to look for it. Can you please help directing me to the correct JS file which generates (input$process_activities), so that I can tailor it for my app?
Thanks in advance,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant