mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 05:30:15 +08:00
[DE] By bug 67454
This commit is contained in:
@ -131,7 +131,8 @@ define([
|
||||
store: new Common.UI.DataViewStore(),
|
||||
tabindex: 1,
|
||||
scrollAlwaysVisible: true,
|
||||
cls: 'dbl-clickable'
|
||||
cls: 'dbl-clickable',
|
||||
itemTemplate: _.template('<div id="<%= id %>" class="list-item"><span dir="ltr"><%= value %></span></div>')
|
||||
});
|
||||
|
||||
this.listFormats.on('item:select', _.bind(this.onSelectFormat, this));
|
||||
|
||||
Reference in New Issue
Block a user