mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
improved HtmlEditor html source handling
This commit is contained in:
parent
88f7b3d345
commit
c64ec1b2d8
2 changed files with 5 additions and 7 deletions
2
dev/External/SquireUI.js
vendored
2
dev/External/SquireUI.js
vendored
|
|
@ -476,7 +476,7 @@ class SquireUI
|
|||
}
|
||||
|
||||
getData() {
|
||||
return trimLines(this.squire.getHTML());
|
||||
return 'source' == this.mode ? this.plain.value : trimLines(this.squire.getHTML());
|
||||
}
|
||||
|
||||
setData(html) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue