update
This commit is contained in:
@ -85,4 +85,5 @@ export interface IBlockEventHandlers {
|
||||
onCompositionStart: () => void;
|
||||
onCompositionEnd: () => void;
|
||||
onMouseUp?: (e: MouseEvent) => void;
|
||||
onRequestUpdate?: () => void; // Request immediate re-render of the block
|
||||
}
|
Reference in New Issue
Block a user