Are any of your tags bidirectionally bound on that component? If so, you’ll see marching ants when it’s being written to. When you drag on a tag onto a property, by default it binds it bidirectionally (which imo is flawed since the majority of bindings you don’t want bound bidirectionally, and it’s a destructive binding. The default should be the safe binding, ie read only)
1 Like