mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
Update set empty content for ContentControl
This commit is contained in:
@ -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 (content === "")
|
||||
return false;
|
||||
|
||||
if (this.IsPicture())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user