Show move and resize cursors on hover (#280)
* Change to move cursor on hover * Show resize handlers on hover
This commit is contained in:
committed by
Christopher Chedeau
parent
a16cd3a34f
commit
4a044d3ace
@ -7,6 +7,11 @@ export type SceneState = {
|
||||
viewBackgroundColor: string | null;
|
||||
};
|
||||
|
||||
export type SceneScroll = {
|
||||
scrollX: number;
|
||||
scrollY: number;
|
||||
};
|
||||
|
||||
export interface Scene {
|
||||
elements: ExcalidrawTextElement[];
|
||||
}
|
||||
|
Reference in New Issue
Block a user