oops forgot to push this

pull/16193/head
Simon Holthausen 3 months ago
parent cb28da5596
commit efb9b63935

@ -138,7 +138,7 @@ export function set(source, value, should_proxy = false) {
!untracking && !untracking &&
is_runes() && is_runes() &&
(active_reaction.f & (DERIVED | BLOCK_EFFECT)) !== 0 && (active_reaction.f & (DERIVED | BLOCK_EFFECT)) !== 0 &&
!reaction_sources?.includes(source) !(reaction_sources?.[1].includes(source) && reaction_sources[0] === active_reaction)
) { ) {
e.state_unsafe_mutation(); e.state_unsafe_mutation();
} }

Loading…
Cancel
Save