Peter

Results 2 comments of Peter
trafficstars

In my case, this issue was be resolved by setting option `cssMode: true`. Note that this seems to change the way Swiper works drastically, and also disables some features. https://swiperjs.com/swiper-api#param-cssMode

I was able to fix this: ``` bin/console ckeditor:install --tag=4.22.1 bin/console assets:install ``` **Then, perform a hard refresh in your browser.** The previous ckeditor.js may be cached. This was the...