Skip to content

Commit 2ffff40

Browse files
aisen60PanJiaChen
authored andcommitted
perf[Tinymce]: editor try to keep these URLs intact (PanJiaChen#3141)
1 parent c6266ea commit 2ffff40

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Tinymce/index.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,11 @@ export default {
154154
editor.on('FullscreenStateChanged', (e) => {
155155
_this.fullscreen = e.state
156156
})
157-
}
157+
},
158+
//it will try to keep these URLs intact
159+
//https://www.tiny.cloud/docs-3x/reference/configuration/Configuration3x@convert_urls/
160+
//https://stackoverflow.com/questions/5196205/disable-tinymce-absolute-to-relative-url-conversions
161+
convert_urls: false
158162
// 整合七牛上传
159163
// images_dataimg_filter(img) {
160164
// setTimeout(() => {

0 commit comments

Comments
 (0)