[SSE] Fix position of list items menu
This commit is contained in:
parent
d509fa991b
commit
39fc15b2cc
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue