mirror of
https://github.com/stashapp/stash.git
synced 2026-05-03 20:32:26 +02:00
Merge branch 'stashapp:develop' into SexyDevelop
This commit is contained in:
commit
8868bf0027
1 changed files with 1 additions and 4 deletions
|
|
@ -232,10 +232,7 @@ export const SceneMarkerForm: React.FC<ISceneMarkerForm> = ({
|
|||
value={formik.values.end_seconds}
|
||||
setValue={(v) => formik.setFieldValue("end_seconds", v ?? null)}
|
||||
onReset={() =>
|
||||
formik.setFieldValue(
|
||||
"end_seconds",
|
||||
Math.round(getPlayerPosition() ?? 0)
|
||||
)
|
||||
formik.setFieldValue("end_seconds", getPlayerPosition() ?? 0)
|
||||
}
|
||||
error={error}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue