mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 21:10:01 +08:00
Fix Bug 65828
This commit is contained in:
@ -3028,7 +3028,6 @@ define([
|
||||
isCustomItem: true,
|
||||
guid: plugin.guid
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
if (!item.text) return;
|
||||
|
||||
@ -267,7 +267,6 @@ define([
|
||||
isCustomItem: true,
|
||||
guid: plugin.guid
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
if (!item.text) return;
|
||||
|
||||
@ -2579,7 +2579,6 @@ define([
|
||||
isCustomItem: true,
|
||||
guid: plugin.guid
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
if (!item.text) return;
|
||||
|
||||
@ -1622,7 +1622,6 @@ define([
|
||||
isCustomItem: true,
|
||||
guid: plugin.guid
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
if (!item.text) return;
|
||||
|
||||
Reference in New Issue
Block a user