diff --git a/components/link-form.js b/components/link-form.js index 02295d071..3ed84c7a4 100644 --- a/components/link-form.js +++ b/components/link-form.js @@ -146,10 +146,6 @@ export function LinkForm ({ item, sub, editThreshold, children }) { variables: { title: e.target.value } }) } - if (e.target.value === e.target.value.toUpperCase()) { - setTitleOverride(e.target.value.replace(/\w\S*/g, txt => - txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase())) - } }} maxLength={MAX_TITLE_LENGTH} />