Skip to content

Commit

Permalink
fix(Preview): Show reference fallback
Browse files Browse the repository at this point in the history
Contributes to #5520

Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- authored and backportbot[bot] committed Jun 19, 2024
1 parent be8ee66 commit 9430fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nodes/Preview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
@update:value="changeViewMode" />
<NcReferenceList :text="node.attrs.href"
:limit="1"
:interactive="!extension.options.isEmbedded" />
:interactive="!extension.options.isEmbedded"
:display-fallback="true" />
</NodeViewWrapper>
</template>

Expand Down

0 comments on commit 9430fb8

Please sign in to comment.