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:
Diffstat (limited to 'src/extensions/RichText.js')
-rw-r--r--src/extensions/RichText.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extensions/RichText.js b/src/extensions/RichText.js
index 82b34d9a6..12454be39 100644
--- a/src/extensions/RichText.js
+++ b/src/extensions/RichText.js
@@ -99,6 +99,7 @@ export default Extension.create({
...this.options.link,
openOnClick: true,
validate: href => /^https?:\/\//.test(href),
+ relativePath: this.options.relativePath,
}))
}
const additionalExtensionNames = this.options.extensions.map(e => e.name)