🐛 Fix an error that kept empty inlines

This commit is contained in:
AzazelN28
2024-11-27 12:29:38 +01:00
parent db6ca6f905
commit 4377a0dcc4
2 changed files with 25 additions and 13 deletions

View File

@@ -150,6 +150,7 @@ export function normalizeStyles(node, styleDefaults) {
}
return styleDeclaration
}
/**
* Sets a single style property value of an element.
*