Skip to content

Commit 3fd02ad

Browse files
committed
💄(frontend) remove Blocknote fix
A recent upgrade of Blocknote to 0.19.2 fixed a issue that we were solving. We removed our fix as it is no longer needed.
1 parent 90dac3c commit 3fd02ad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/frontend/apps/impress/src/features/docs/doc-editor/components/BlockNoteEditor.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ const cssEditor = (readonly: boolean) => `
4242
padding: 2px;
4343
border-radius: 4px;
4444
}
45-
/* @TODO: A fix is made in v0.19.1 - This code can be removed after the upgrade */
46-
.bn-block-content[data-content-type=codeBlock]>div>select option{
47-
color: black;
48-
background-color: white;
49-
}
5045
@media screen and (width <= 560px) {
5146
& .bn-editor {
5247
padding-left: 40px;

0 commit comments

Comments
 (0)