fix: Comment button does not appear immediately on focus of document comment input

closes #5118
This commit is contained in:
Tom Moor
2023-03-29 20:47:21 -04:00
parent ace18ce336
commit f8a6a4b840

View File

@@ -183,7 +183,7 @@ export class Editor extends React.PureComponent<
mentionMenuOpen: false,
};
isBlurred: boolean;
isBlurred = true;
extensions: ExtensionManager;
elementRef = React.createRef<HTMLDivElement>();
wrapperRef = React.createRef<HTMLDivElement>();