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 committed Apr 28, 2020
1 parent d440546 commit 1b8f726
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 @@ -147,7 +147,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 1b8f726

Please sign in to comment.