|
@@ -4,7 +4,6 @@ import { Collapse } from 'reactstrap';
|
|
|
|
|
|
|
|
import { useCodeMirrorEditorIsolated } from '../../../stores';
|
|
import { useCodeMirrorEditorIsolated } from '../../../stores';
|
|
|
|
|
|
|
|
-
|
|
|
|
|
type TogglarProps = {
|
|
type TogglarProps = {
|
|
|
isOpen: boolean,
|
|
isOpen: boolean,
|
|
|
onClick?: () => void,
|
|
onClick?: () => void,
|
|
@@ -51,7 +50,6 @@ export const TextFormatTools = (props: TextFormatToolsType): JSX.Element => {
|
|
|
};
|
|
};
|
|
|
}, [view]);
|
|
}, [view]);
|
|
|
|
|
|
|
|
-
|
|
|
|
|
return (
|
|
return (
|
|
|
<div className="d-flex">
|
|
<div className="d-flex">
|
|
|
<TextFormatToolsToggler isOpen={isOpen} onClick={toggle} />
|
|
<TextFormatToolsToggler isOpen={isOpen} onClick={toggle} />
|