mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 16:35:17 +08:00
[SSE] Fix bug 62291
This commit is contained in:
@ -2809,9 +2809,9 @@ SSE.Views.FileMenuPanels.RecentFiles = Common.UI.BaseView.extend({
|
||||
defaultUnit : "",
|
||||
value: '1',
|
||||
maxValue: 32767,
|
||||
minValue: 1,
|
||||
minValue: -32767,
|
||||
allowDecimal: false,
|
||||
maskExp: /[0-9]/,
|
||||
maskExp: /[0-9,\-]/,
|
||||
dataHint: '2',
|
||||
dataHintDirection: 'bottom',
|
||||
dataHintOffset: 'big'
|
||||
|
||||
Reference in New Issue
Block a user