mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Lexical: Integrated diagram manager, added menu split button
This commit is contained in:
@@ -2,7 +2,8 @@ import {ImageManager} from "../../components";
|
||||
import {$createImageNode} from "../nodes/image";
|
||||
import {$createLinkNode, LinkNode} from "@lexical/link";
|
||||
|
||||
type EditorImageData = {
|
||||
export type EditorImageData = {
|
||||
id: string;
|
||||
url: string;
|
||||
thumbs?: {display: string};
|
||||
name: string;
|
||||
|
Reference in New Issue
Block a user