このコミットが含まれているのは:
2026-07-18 20:00:40 +09:00
コミット 83e3db3314
2個のファイルの変更、0行の追加、13行の削除
-5
ファイルの表示
@@ -226,11 +226,6 @@ export const buildNextEditedRow = (
? 'manual'
: (editingRow.provenance[field] ?? 'automatic')
})
if (nextProvenance.duration === 'manual')
{
nextAttributes.videoMs = ''
nextProvenance.videoMs = 'manual'
}
nextAttributes.tags = draft.tags
if (isManualChange (editingRow.attributes.tags, draft.tags))
{