A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
In Editor, when choosing images for contentreference, there was thumbnail preview showing of chosen image. Then at one point this preview dissappeared. There is an "dijithidden" class added to <figure> element which has "display: none !important" attached to it. If I inspect this figure and disable this css rule, I can see preview.
This class is coming from sleek1.css. It's coming from the editor, how can I remove this hidden class?