R.J. LaCount

Results 8 comments of R.J. LaCount

Agreed on the usability front here, the button not hiding like it does for limited entry/asset selectors is causing some confusion with a couple of clients and cluttering our CMS...

Thanks @xavierfoucrier! For clarity around what I'm asking, here is a workaround I've come up with that seems to work ok: ```js const initBarba = () => { let cachedPages...

Fyi, this appears to be a bug with line 123 (of the src file): ``` style={{style, ...props.style}} ``` `style` is being defined as a `const` a few lines earlier, rather...

> Running `project-config/apply --force` should not be necessary. Any chance either of you could share a database backup from before running `ckeditor/convert`, plus your `composer.json` file? If so please send...

Update: rebuilding project config with `php craft project-config/rebuild` resolved this issue for us!

I had a [similar issue](https://github.com/spicywebau/craft-neo/issues/937) (which just came up again) and running garbage collection with `php craft gc/run` fixed it; hopefully, that helps. Definitely something strange going on with garbage...

Likely the same fix, but just an update that I noticed this behavior when cloning a block as well. ![2024-09-23 at 12 55 32](https://github.com/user-attachments/assets/b1300ead-53ef-4343-a144-0c4b85913300)