mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
Fix checkDataBinding method
This commit is contained in:
@ -1195,6 +1195,8 @@ CSdtBase.prototype.checkDataBinding = function()
|
||||
let content = customXmlManager.getContentByDataBinding(this.Pr.DataBinding, this);
|
||||
if (!content)
|
||||
return;
|
||||
|
||||
content = content.textContent;
|
||||
|
||||
if (this.IsPicture())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user