1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Dependancies: Updated php & JS deps, updated license lists

Fixed issue now picked up by newer TS version
This commit is contained in:
Dan Brown
2024-09-27 12:29:19 +01:00
parent b35b62d59f
commit 56b9107c6b
7 changed files with 2577 additions and 527 deletions

View File

@ -262,7 +262,7 @@ function $patchStyle(
}
return styles;
},
{...prevStyles} || {},
{...prevStyles},
);
const newCSSText = getCSSFromStyleObject(newStyles);
target.setStyle(newCSSText);