Skip to content

Commit

Permalink
Merge pull request #5927 from nextcloud/fix/preview_fallback
Browse files Browse the repository at this point in the history
fix(Preview): Show reference fallback
  • Loading branch information
mejo- authored Jun 19, 2024
2 parents 821d2df + 1d7cd9b commit 9ec1fc3
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 @@ -13,7 +13,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 9ec1fc3

Please sign in to comment.