Fix background plugins

This commit is contained in:
Julia Radzhabova
2024-03-21 12:36:02 +03:00
parent 40a039617e
commit bb0f803bd2

View File

@ -856,7 +856,7 @@ define([
variationsArr.push(model);
if (itemInd === 0) {
isBackgroundPlugin = itemVar.type ? itemVar.type === Asc.PluginType.Background : !itemVar.isVisual;
isBackgroundPlugin = itemVar.type ? itemVar.type === Asc.PluginType.Background : false;
}
}
});