Revert blocknote upgrade because it's breakind design

This commit is contained in:
Charles Bochet
2024-01-18 10:56:39 +01:00
parent 74a54da403
commit 2628ee0f27
6 changed files with 266 additions and 103 deletions

View File

@ -16,8 +16,6 @@ import { blockSpecs } from '../blocks/blockSpecs';
import { getSlashMenu } from '../blocks/slashMenu';
import { getFileType } from '../files/utils/getFileType';
import '@blocknote/react/style.css';
const StyledBlockNoteStyledContainer = styled.div`
width: 100%;
`;