The clipboard would call deserializer.rootViews[0].openHalo(); after deserialization. This is not compatible with our halo-open prop and can force the halo to open on views like cards, stacks, world which do not support it, which breaks the system.
If you want to see it break. Simply add a part to the current card, like area, then tell the current card to copy and the current stack to paste.
Main Points
The clipboard would call
deserializer.rootViews[0].openHalo();
after deserialization. This is not compatible with our halo-open prop and can force the halo to open on views like cards, stacks, world which do not support it, which breaks the system.If you want to see it break. Simply add a part to the current card, like area, then tell the current card to copy and the current stack to paste.