mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-23 23:47:46 +08:00
[DE] Fix Bug 60720
This commit is contained in:
@ -481,10 +481,11 @@ define([
|
||||
'<span class="menu-item-icon <%= iconCls %>"></span>'+
|
||||
'<% } %>'+
|
||||
'<div><%= caption %></div>' +
|
||||
'<% if (options.description !== null) { %><label style="display: block;cursor: pointer;white-space: normal;"><%= options.description %></label>' +
|
||||
'<% if (options.description !== null) { %><label style="cursor: pointer;white-space: normal;"><%= options.description %></label>' +
|
||||
'<% } %></a>');
|
||||
|
||||
me.btnTextField.setMenu(new Common.UI.Menu({
|
||||
style: 'max-width: 300px;',
|
||||
items: [
|
||||
{
|
||||
caption: me.txtInlineText,
|
||||
|
||||
Reference in New Issue
Block a user