Skip to content

Commit 6ed53ae

Browse files
committed
ssmall fix to display of share control module
1 parent ca0da54 commit 6ed53ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/comps/editor/audioPlayer/EditorAudioPlayer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ export default defineComponent({
10561056
this.showMeterControls = false;
10571057
this.showLabelControls = false;
10581058
this.showDownloads = false;
1059+
this.showShare = false;
10591060
this.showTuning = false;
10601061
this.showControls = false;
10611062
const controlsImg = this.$refs.controlsImg as HTMLImageElement;

0 commit comments

Comments
 (0)