mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
Update node modules
This commit is contained in:
parent
d429e6f7d8
commit
c05a371397
1993 changed files with 9729 additions and 44041 deletions
10
node_modules/tinymce/plugins/image/plugin.js
generated
vendored
10
node_modules/tinymce/plugins/image/plugin.js
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* TinyMCE version 7.3.0 (2024-08-07)
|
||||
* TinyMCE version 7.4.1 (TBD)
|
||||
*/
|
||||
|
||||
(function () {
|
||||
|
@ -1289,7 +1289,9 @@
|
|||
finalize();
|
||||
}).catch(err => {
|
||||
finalize();
|
||||
helpers.alertErr(err);
|
||||
helpers.alertErr(err, () => {
|
||||
api.focus('fileinput');
|
||||
});
|
||||
});
|
||||
} else {
|
||||
helpers.addToBlobCache(blobInfo);
|
||||
|
@ -1370,8 +1372,8 @@
|
|||
const addToBlobCache = editor => blobInfo => {
|
||||
editor.editorUpload.blobCache.add(blobInfo);
|
||||
};
|
||||
const alertErr = editor => message => {
|
||||
editor.windowManager.alert(message);
|
||||
const alertErr = editor => (message, callback) => {
|
||||
editor.windowManager.alert(message, callback);
|
||||
};
|
||||
const normalizeCss = editor => cssText => normalizeCss$1(editor, cssText);
|
||||
const parseStyle = editor => cssText => editor.dom.parseStyle(cssText);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue