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
What was the purpose of loading this attribute before a card is opened? Did you want to display this value somewhere else in the UI?
@micwallace it's so that when we click on the "i"/Information button the attribute value is available. Without the selection hack, the value isn't available until a card using it is displayed.
I was adding a dummy selection so it can be used to trigger early-loading that attribute (
points
). So I wrote this:But the expression parsing code at
tokenscript-engine/javascript/engine-js/src/tokenScript/selection/SelectionFilter.ts
Line 19 in 0db404a
It'll assign an empty string to
conditionValue
.It's a
uint
though, so I'm not sure we'll ever have negative numbers, or will we?The text was updated successfully, but these errors were encountered: