suppport disabling context menu in custom elements
This commit is contained in:
@@ -233,6 +233,7 @@ export type CustomElementConfig = {
|
||||
height?: number;
|
||||
stackedOnTop: boolean;
|
||||
onCreate?: (element: ExcalidrawElement) => void;
|
||||
disableContextMenu: boolean;
|
||||
};
|
||||
export type ExcalidrawInitialDataState = Merge<
|
||||
ImportedDataState,
|
||||
|
||||
Reference in New Issue
Block a user