mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 10:59:28 +08:00
[SSE] Fix bug 62217
This commit is contained in:
@ -2552,6 +2552,7 @@ SSE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
|
||||
value: '',
|
||||
maxValue: 1000000,
|
||||
minValue: 1,
|
||||
allowDecimal: false,
|
||||
dataHint: '2',
|
||||
dataHintDirection: 'bottom',
|
||||
dataHintOffset: 'big'
|
||||
@ -2565,6 +2566,7 @@ SSE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
|
||||
value: '',
|
||||
maxValue: 1000000,
|
||||
minValue: 1,
|
||||
allowDecimal: false,
|
||||
dataHint: '2',
|
||||
dataHintDirection: 'bottom',
|
||||
dataHintOffset: 'big'
|
||||
@ -2806,6 +2808,7 @@ SSE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
|
||||
value: '1',
|
||||
maxValue: 32767,
|
||||
minValue: 1,
|
||||
allowDecimal: false,
|
||||
dataHint: '2',
|
||||
dataHintDirection: 'bottom',
|
||||
dataHintOffset: 'big'
|
||||
|
||||
Reference in New Issue
Block a user