Add stackedOnTop to make sure the custom element is always rendered on top of all when stackedOnTop is true
This commit is contained in:
@@ -215,6 +215,7 @@ export type CustomElementConfig = {
|
||||
svg: string;
|
||||
width?: number;
|
||||
height?: number;
|
||||
stackedOnTop: boolean;
|
||||
};
|
||||
export interface ExcalidrawProps {
|
||||
onChange?: (
|
||||
|
||||
Reference in New Issue
Block a user