Skip to content

Commit

Permalink
fix: Also load if embedded property is set
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl committed Mar 7, 2024
1 parent 29c69bd commit f490053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ViewerComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Editor v-if="!useSourceView"
:file-id="fileid"
:relative-path="filename"
:active="active"
:active="active || isEmbedded"
:autofocus="autofocus"
:share-token="shareToken"
:is-embedded="isEmbedded"
Expand Down

0 comments on commit f490053

Please sign in to comment.