Hello, I have recently refactored an old API script that parses a pasted stat block and creates a character sheet with it. When it initially creates the character sheet the repeating traits will show the entered descriptions when first opened, but each time it is opened after that the descriptions will disappear one at a time as each is opened. This happens on both Chrome (Version 108.0.5359.125 (Official Build) (64-bit)) and Firefox ( 108.0.1 (64-bit)). I am currently using the D&D 5e sheets by Roll 20 current version. A copy of the API script is here: <a href="https://drive.google.com/file/d/1In80-AIMHx6QGAU7eEIFXE3LvbvRAxmZ/view?usp=share_link" rel="nofollow">https://drive.google.com/file/d/1In80-AIMHx6QGAU7eEIFXE3LvbvRAxmZ/view?usp=share_link</a> (Please keep in mind I'm still in the process of refactoring. As-is it works as intended just fine). As an aside, the saving throws and proficient skills don't show up on the NPC display unless I modify another value in that section manually. The actions that are attacks also don't show any of the attack information on the NPC display unless I modify the section or uncheck and recheck the checkbox. Is this something that needs to be fixed in the sheets or is there something I can do in the API to fix this? Thank you!