Dialog box to confirm reaction #1269
Unanswered
lukeburns
asked this question in
Questions about using Pluto
Replies: 1 comment
-
I have found myself in a similar situation, but usually I'd prefer to set a checkbox or something similar to manually trigger when reactivity should be active or not. Is there some specific reason you'd prefer a confirmation dialog to a manual toggle? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an expensive / time-intensive cell that I don't always want to react to other cells. I'd like a confirmation dialog that asks me if I want to run the cell when it reacts. I'm imagining something like:
@bind
isn't a particularly good solution for this, because it requires first adding an element to the dom before Pluto can listen to its events. (e.g. you can't access a bound variable within the same cell it is bound).Beta Was this translation helpful? Give feedback.
All reactions