mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 13:10:48 +08:00
[PDFE] Fix text arts
This commit is contained in:
@ -1601,6 +1601,9 @@ define([
|
||||
|
||||
onInitStandartTextures: function(texture) {
|
||||
var me = this;
|
||||
if ((!texture || texture.length<1) && (!me._texturearray || me._texturearray.length<1)) {
|
||||
texture = PDFE.getController('Toolbar')._textureTemp;
|
||||
}
|
||||
if (texture && texture.length>0){
|
||||
me._texturearray = [];
|
||||
_.each(texture, function(item){
|
||||
|
||||
Reference in New Issue
Block a user