Pregunta

I'm using the editr.js editor on my documentation site to load and display gists, which works great. Is there a way to disable the error messages in *.js and *.css files?

¿Fue útil?

Solución

Update editr.css file

.editr__editor--invalid:before {
    display: none;
}
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top