mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
forwards and backwards drawing
This commit is contained in:
parent
bbd7d6a89a
commit
ad676d5fde
11 changed files with 119 additions and 21 deletions
|
@ -146,3 +146,8 @@ export const editorRedo = () => ({
|
|||
export const editorCaptureHistory = () => ({
|
||||
type: EDITOR_ACTIONS.CAPTURE_HIPSTORY,
|
||||
});
|
||||
|
||||
export const editorSetDirection = (drawing_direction: IEditorState['drawing_direction']) => ({
|
||||
type: EDITOR_ACTIONS.SET_DIRECTION,
|
||||
drawing_direction,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue