Results 10 comments of blackshibe

Fixed in https://github.com/martpie/museeks/pull/648 Reproduced it like this: - Open app - Open playlists view - Open main app view - Open playlists view again

I added the ability to toggle columns in a fork with persistence. I'm not sure how to tackle resizing, considering I haven't done dynamic css in react before but I...

WorldPivotData can either be a CFrame or an OptionalCFrame. I don't know what that depends on, but models seem to be resaved to use OptionalCFrame every time. Is there anything...

> WorldPivotData can either be a CFrame or an OptionalCFrame. I don't know what that depends on, but models seem to be resaved to use OptionalCFrame every time. Is there...

![image](https://user-images.githubusercontent.com/57596776/195448320-f78b020a-e17b-4243-8d21-7a194b5011b0.png) Hilarious. I'm unable to modify WorldPivot's DataType in the patch file since Change doesn't have support for it. ![image](https://user-images.githubusercontent.com/57596776/195449048-8e7fc076-8f39-4e88-bee8-62ff5de23103.png)

NeedsPivotMigration has to be defined as false inside workspace for the WorldPivot CFrame to be correct when opening the rbxlx. I don't know what to do about this.

I haven't touched this in a while but I can try to give you a few soon

@kennethloeffler [the issue mentioned in the original post for this issue](https://github.com/rojo-rbx/rojo/issues/628) has a model as well as the intended behavior. I simplified it down to this: ![image](https://github.com/rojo-rbx/rbx-dom/assets/57596776/fbc95807-a42b-4c5e-b344-aed3a7d3ed1c) I created a...

I know the JSON database equivalent for the `Model` class that fixes this issue but the `model-pivot.yml` patchfile doesn't seem to apply it. I shelved work on this because I...