1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00
Daniel Neto 2023-10-25 10:14:46 -03:00
parent b6d47e94c8
commit 65f15c7e46
2882 changed files with 382239 additions and 10785 deletions

View file

@ -1,5 +1,5 @@
/**
* TinyMCE version 6.6.2 (2023-08-09)
* TinyMCE version 6.7.1 (2023-10-19)
*/
(function () {
@ -2620,7 +2620,7 @@
styles['border-color'] = advData.bordercolor;
styles['border-style'] = advData.borderstyle;
}
attrs.style = dom.serializeStyle({
dom.setStyles(tableElm, {
...getDefaultStyles(editor),
...styles
});

File diff suppressed because one or more lines are too long