Skip to content
Snippets Groups Projects
Commit 587002c7 authored by Jacob Benz's avatar Jacob Benz
Browse files

enable users to choose via css to display teiHeader if they wish to do so

parent 4f60359a
No related branches found
No related tags found
No related merge requests found
......@@ -781,7 +781,7 @@ class SchemaManager {
// hide the header
const tagName = this.getTagForEditor(this.header);
schemaTags += `${tagName} [_tag=${this.header}] { display: none !important; }`;
schemaTags += `${tagName} [_tag=${this.header}] { display: none; }`;
$('#schemaTags', this.writer.editor?.getDoc()).text(schemaTags);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment