0

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?

4

1 回答 1

0

更新editr.css文件

.editr__editor--invalid:before {
    display: none;
}
于 2013-10-11T09:00:24.133 回答