build dist
This commit is contained in:
7
dist/extensions/imagelib/openclipart.js
vendored
7
dist/extensions/imagelib/openclipart.js
vendored
@@ -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
1
dist/index-es.js
vendored
@@ -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];
|
||||
|
||||
|
||||
2
dist/index-es.min.js
vendored
2
dist/index-es.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index-es.min.js.map
vendored
2
dist/index-es.min.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/index-umd.js
vendored
1
dist/index-umd.js
vendored
@@ -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];
|
||||
|
||||
|
||||
2
dist/index-umd.min.js
vendored
2
dist/index-umd.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index-umd.min.js.map
vendored
2
dist/index-umd.min.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user