Skip to content

Commit

Permalink
perf[Tinymce]: editor try to keep these URLs intact (#3141)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyAisen authored and PanJiaChen committed Jun 4, 2020
1 parent c6266ea commit 2ffff40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Tinymce/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,11 @@ export default {
editor.on('FullscreenStateChanged', (e) => {
_this.fullscreen = e.state
})
}
},
//it will try to keep these URLs intact
//https://www.tiny.cloud/docs-3x/reference/configuration/Configuration3x@convert_urls/
//https://stackoverflow.com/questions/5196205/disable-tinymce-absolute-to-relative-url-conversions
convert_urls: false
// 整合七牛上传
// images_dataimg_filter(img) {
// setTimeout(() => {
Expand Down

0 comments on commit 2ffff40

Please sign in to comment.