also hide audio areas

master
Tomáš Mládek 2021-01-10 21:58:38 +01:00
parent 631ba25f9f
commit 290687ff47
1 changed files with 1 additions and 2 deletions

View File

@ -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>