blocknote update 0.11.2 (#3766)

This commit is contained in:
brendanlaschke
2024-02-05 15:02:33 +01:00
committed by GitHub
parent a5989a470c
commit 230e957119
3 changed files with 120 additions and 288 deletions

View File

@ -16,6 +16,8 @@ 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%;
`;