Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
npmrun committed Jul 28, 2023
1 parent 4bbee6a commit e7056ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/render/src/pages/bookmark/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ const previewLayout = ref("bottom")
<adjust-line></adjust-line>
</div>
<div class="flex-1 w-0">
<div class="h-1/1 flex flex-col" v-if="curActiveNode">
<div class="h-1/1 flex flex-col" v-if="curActiveNode && curActiveNodeContent">
<Preview ref="previewRef" class="h-1/1" type="browser" :src="curActiveNodeContent" :key="curActiveNodeContent">
</Preview>
</div>
Expand Down

0 comments on commit e7056ae

Please sign in to comment.