mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Update node modules
This commit is contained in:
parent
d429e6f7d8
commit
c05a371397
1993 changed files with 9729 additions and 44041 deletions
8
node_modules/tinymce/plugins/fullscreen/plugin.js
generated
vendored
8
node_modules/tinymce/plugins/fullscreen/plugin.js
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* TinyMCE version 7.3.0 (2024-08-07)
|
||||
* TinyMCE version 7.4.1 (TBD)
|
||||
*/
|
||||
|
||||
(function () {
|
||||
|
@ -1228,14 +1228,16 @@
|
|||
icon: 'fullscreen',
|
||||
shortcut: 'Meta+Shift+F',
|
||||
onAction,
|
||||
onSetup: makeSetupHandler(editor, fullscreenState)
|
||||
onSetup: makeSetupHandler(editor, fullscreenState),
|
||||
context: 'any'
|
||||
});
|
||||
editor.ui.registry.addToggleButton('fullscreen', {
|
||||
tooltip: 'Fullscreen',
|
||||
icon: 'fullscreen',
|
||||
onAction,
|
||||
onSetup: makeSetupHandler(editor, fullscreenState),
|
||||
shortcut: 'Meta+Shift+F'
|
||||
shortcut: 'Meta+Shift+F',
|
||||
context: 'any'
|
||||
});
|
||||
};
|
||||
|
||||
|
|
4
node_modules/tinymce/plugins/fullscreen/plugin.min.js
generated
vendored
4
node_modules/tinymce/plugins/fullscreen/plugin.min.js
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue