Update set empty content for ContentControl

This commit is contained in:
EvgeniyIgol
2025-11-26 16:32:20 +03:00
parent 4a6cfdede0
commit 4df40d0127

View File

@ -1274,12 +1274,10 @@ CSdtBase.prototype.checkDataBinding = function()
if (content.attribute)
content = content.content.attributes[content.attribute]
else
{
content = content.getText();
if (content === "")
return false;
}
if (this.IsPicture())
{