mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Dependancies: Updated php & JS deps, updated license lists
Fixed issue now picked up by newer TS version
This commit is contained in:
@ -262,7 +262,7 @@ function $patchStyle(
|
||||
}
|
||||
return styles;
|
||||
},
|
||||
{...prevStyles} || {},
|
||||
{...prevStyles},
|
||||
);
|
||||
const newCSSText = getCSSFromStyleObject(newStyles);
|
||||
target.setStyle(newCSSText);
|
||||
|
Reference in New Issue
Block a user