|
@@ -96,7 +96,6 @@ export const PageTitleHeader: FC<Props> = (props) => {
|
|
|
{ isRenameInputShown && (
|
|
{ isRenameInputShown && (
|
|
|
<div className="position-absolute w-100">
|
|
<div className="position-absolute w-100">
|
|
|
<ClosableTextInput
|
|
<ClosableTextInput
|
|
|
- useAutosizeInput
|
|
|
|
|
value={isNewlyCreatedPage ? '' : editedPageTitle}
|
|
value={isNewlyCreatedPage ? '' : editedPageTitle}
|
|
|
placeholder={t('Input page name')}
|
|
placeholder={t('Input page name')}
|
|
|
inputClassName="fs-4"
|
|
inputClassName="fs-4"
|