mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-06 10:44:33 +08:00
Lexical: Added table column cut/copy/paste support
This commit is contained in:
@ -14,7 +14,7 @@ export type EditorUiContext = {
|
||||
containerDOM: HTMLElement; // DOM element which contains all editor elements
|
||||
scrollDOM: HTMLElement; // DOM element which is the main content scroll container
|
||||
translate: (text: string) => string; // Translate function
|
||||
error: (text: string) => void; // Error reporting function
|
||||
error: (text: string|Error) => void; // Error reporting function
|
||||
manager: EditorUIManager; // UI Manager instance for this editor
|
||||
options: Record<string, any>; // General user options which may be used by sub elements
|
||||
};
|
||||
|
Reference in New Issue
Block a user