mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
Node update
This commit is contained in:
parent
7a52e3f584
commit
6910ff631e
126 changed files with 6343 additions and 5149 deletions
3
node_modules/tinymce/plugins/fullscreen/plugin.js
generated
vendored
3
node_modules/tinymce/plugins/fullscreen/plugin.js
generated
vendored
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* TinyMCE version 6.0.3 (2022-05-25)
|
||||
* TinyMCE version 6.1.0 (2022-06-29)
|
||||
*/
|
||||
|
||||
(function () {
|
||||
|
@ -904,6 +904,7 @@
|
|||
|
||||
const fireFullscreenStateChanged = (editor, state) => {
|
||||
editor.dispatch('FullscreenStateChanged', { state });
|
||||
editor.dispatch('ResizeEditor');
|
||||
};
|
||||
|
||||
const option = name => editor => editor.options.get(name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue