mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 02:11:59 +08:00
[SSE] Fix position of list items menu
This commit is contained in:
@ -565,7 +565,7 @@ define([
|
||||
|
||||
allItems.forEach(function(item){
|
||||
me.sheetListMenu.addItem(new Common.UI.MenuItem({
|
||||
style: 'white-space: pre-wrap',
|
||||
style: 'white-space: pre',
|
||||
caption: Common.Utils.String.htmlEncode(item.label),
|
||||
value: item.sheetindex,
|
||||
checkable: true,
|
||||
|
||||
Reference in New Issue
Block a user