build dist

This commit is contained in:
jfh
2020-08-21 12:31:23 +02:00
parent 7829adb5a0
commit 512ee2cd83
10 changed files with 10 additions and 11 deletions

View File

@@ -1132,7 +1132,8 @@
while (_node2.childNodes[j]) {
var cn = _node2.childNodes[j];
cn.remove(); // `j` should stay the same as removing will cause node to be present
}
} // eslint-disable-next-line unicorn/no-fn-reference-in-iterator
attVal.childNodes.forEach(_childrenToJML(_node2));
} else {
@@ -1159,11 +1160,13 @@
}
if (attVal.head) {
// eslint-disable-next-line unicorn/no-fn-reference-in-iterator
attVal.head.forEach(_appendJML(head));
}
}
if (attVal.body) {
// eslint-disable-next-line unicorn/no-fn-reference-in-iterator
attVal.body.forEach(_appendJMLOrText(_body));
}
}
@@ -1450,7 +1453,7 @@
// Todo: Fix to allow application of stylesheets of style tags within fragments?
return nodes.length <= 1 ? nodes[0] // eslint-disable-next-line
return nodes.length <= 1 ? nodes[0] // eslint-disable-next-line unicorn/no-fn-reference-in-iterator
: nodes.reduce(_fragReducer, doc.createDocumentFragment()); // nodes;
}

1
dist/index-es.js vendored
View File

@@ -35951,7 +35951,6 @@ editor.init = function () {
$$c.process_cancel(uiStrings$1.notification.loadingImage);
e.stopPropagation();
e.preventDefault();
$$c('#workarea').removeAttr('style');
$$c('#main_menu').hide();
var file = e.type === 'drop' ? e.dataTransfer.files[0] : this.files[0];

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
dist/index-umd.js vendored
View File

@@ -35957,7 +35957,6 @@
$$c.process_cancel(uiStrings$1.notification.loadingImage);
e.stopPropagation();
e.preventDefault();
$$c('#workarea').removeAttr('style');
$$c('#main_menu').hide();
var file = e.type === 'drop' ? e.dataTransfer.files[0] : this.files[0];

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long