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.e. for example /?show=True+Detective should insert True Detective in the textInput (as it does now) but also trigger a data update, which currently solely relies on the value of the actionButton being >= 0.
The goal would be to make it easier to share certain results.
Since the query would be evaluated when the actionButton is still at zero, it could be used as an additional argument to conditions that check if actionButton == 0.
Or something like that.
The text was updated successfully, but these errors were encountered:
I.e. for example
/?show=True+Detective
should insertTrue Detective
in thetextInput
(as it does now) but also trigger a data update, which currently solely relies on the value of theactionButton
being>= 0
.The goal would be to make it easier to share certain results.
Since the query would be evaluated when the
actionButton
is still at zero, it could be used as an additional argument to conditions that check ifactionButton == 0
.Or something like that.
The text was updated successfully, but these errors were encountered: