R.J. LaCount
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!
Thanks for this quick fix!
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. 