Skip to content

Commit 61f9bd9

Browse files
committed
Fix sidebar always showing
1 parent daec9f1 commit 61f9bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/superdoc/src/SuperDoc.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ const handlePdfClick = (e) => {
572572
</div>
573573
</div>
574574
575-
<div class="superdoc__right-sidebar right-sidebar" v-if="true">
575+
<div class="superdoc__right-sidebar right-sidebar" v-if="showCommentsSidebar">
576576
<CommentDialog
577577
v-if="pendingComment"
578578
:comment="pendingComment"

0 commit comments

Comments
 (0)