1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00

Node update

This commit is contained in:
DanieL 2022-07-05 15:28:57 -03:00
parent 7a52e3f584
commit 6910ff631e
126 changed files with 6343 additions and 5149 deletions

View file

@ -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);