mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Remove spacing
This commit is contained in:
parent
d0e6a78f72
commit
31d50cf67e
1 changed files with 3 additions and 3 deletions
6
vendors/squire/build/squire-raw.js
vendored
6
vendors/squire/build/squire-raw.js
vendored
|
|
@ -3287,7 +3287,7 @@ class Squire
|
||||||
return this.focus();
|
return this.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
_ensureBottomLine () {
|
_ensureBottomLine() {
|
||||||
let root = this._root;
|
let root = this._root;
|
||||||
let last = root.lastElementChild;
|
let last = root.lastElementChild;
|
||||||
if (!last || last.nodeName !== blockTag || !isBlock(last)) {
|
if (!last || last.nodeName !== blockTag || !isBlock(last)) {
|
||||||
|
|
@ -3297,11 +3297,11 @@ class Squire
|
||||||
|
|
||||||
// --- Get/Set data ---
|
// --- Get/Set data ---
|
||||||
|
|
||||||
_getHTML () {
|
_getHTML() {
|
||||||
return this._root.innerHTML;
|
return this._root.innerHTML;
|
||||||
}
|
}
|
||||||
|
|
||||||
_setHTML (html) {
|
_setHTML(html) {
|
||||||
let root = this._root;
|
let root = this._root;
|
||||||
let node = root;
|
let node = root;
|
||||||
empty(root);
|
empty(root);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue