mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 15:33:23 +08:00
[SSE mobile] Fix Bug 52266
This commit is contained in:
@ -816,7 +816,7 @@ const PageVerticalAxis = props => {
|
||||
<ListInput
|
||||
label={_t.textMinimumValue}
|
||||
type="number"
|
||||
placeholder="Auto"
|
||||
placeholder={_t.textAuto}
|
||||
value={minValue}
|
||||
onChange={e => props.onVerAxisMinValue(e.target.value)}
|
||||
onInput={e => setMinValue(e.target.value)}
|
||||
@ -826,7 +826,7 @@ const PageVerticalAxis = props => {
|
||||
<ListInput
|
||||
label={_t.textMaximumValue}
|
||||
type="number"
|
||||
placeholder="Auto"
|
||||
placeholder={_t.textAuto}
|
||||
value={maxValue}
|
||||
onChange={e => props.onVerAxisMaxValue(e.target.value)}
|
||||
onInput={e => setMaxValue(e.target.value)}
|
||||
|
||||
Reference in New Issue
Block a user