Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-05-12 14:40:14 +0300
committerMax <max@nextcloud.com>2022-06-07 20:42:00 +0300
commit4dbb85ee5eca5d8f73700711e95cdcde0bd44e79 (patch)
treed031b0b001e1a5f41946d7bb5370eef03c4abf39 /src/components/Reader.vue
parent76a37bc6840e54291fe9ee82871de9e23cf4109a (diff)
cleanup: drop richTextOptions and currentDirectory
We now provide $imageResolver to lookup images. Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'src/components/Reader.vue')
-rw-r--r--src/components/Reader.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Reader.vue b/src/components/Reader.vue
index e79fb1759..191d197aa 100644
--- a/src/components/Reader.vue
+++ b/src/components/Reader.vue
@@ -22,7 +22,6 @@
<template>
<RichtextReader v-if="isRichText"
- :rich-text-options="richTextOptions"
:content="content" />
<PlaintextReader v-else
:content="content" />