1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Lexical: Started diagram support

This commit is contained in:
Dan Brown
2024-07-03 10:28:04 +01:00
parent d0a5a5ef37
commit feca1f0502
6 changed files with 188 additions and 2 deletions

View File

@ -10,7 +10,6 @@ import {
import type {EditorConfig} from "lexical/LexicalEditor";
import {el} from "../helpers";
import {EditorDecoratorAdapter} from "../ui/framework/decorator";
import {code} from "../ui/defaults/button-definitions";
export type SerializedCodeBlockNode = Spread<{
language: string;