soumaeda 2 лет назад
Родитель
Сommit
d6390f9489

+ 0 - 2
packages/editor/src/components/CodeMirrorEditor/Toolbar/TextFormatTools.tsx

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