also hide audio areas
This commit is contained in:
parent
631ba25f9f
commit
290687ff47
1 changed files with 1 additions and 2 deletions
|
@ -232,8 +232,7 @@ function processAudio(svg: XMLDocument): AudioAreaDef[] {
|
|||
|
||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||
<style>
|
||||
/*.svgcontent_audio*/
|
||||
.svgcontent_anchor {
|
||||
.svgcontent_anchor, .svgcontent_audio {
|
||||
visibility: hidden;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue