mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix background plugins
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user