You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think in some conditions, we would need a temporary but unfixed oneshot action, It's necessary to use a local variable, or a disposable variable to make the namespace clean and tidy, but the action should keep in work
#alias set {
#local {condition} {test local};
#action {$condition} {#show trigged!};
}
#alias test {
#show test local;
}
when you "set" up and "test", nothing happened, and the action turn back into #action {$condition} {#show trigged!}
In my point, I think the action's trigging text should be stable and unchangeable.
The text was updated successfully, but these errors were encountered: