Skip to content

Commit

Permalink
feat: Temporarily make all link previews interactive for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Jan 26, 2024
1 parent 22985c0 commit bfc5058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/ParagraphView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<NcReferenceList v-if="isLoggedIn && text"
:text="text"
:limit="1"
:interactive="true"
contenteditable="false" />
</NodeViewWrapper>
</template>
Expand Down

0 comments on commit bfc5058

Please sign in to comment.