mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed router
This commit is contained in:
parent
42dbfb0681
commit
2be073078f
11 changed files with 241 additions and 62 deletions
|
@ -118,3 +118,8 @@ export const editorKeyPressed = ({
|
|||
key,
|
||||
target: tagName,
|
||||
});
|
||||
|
||||
export const editorSetRouter = (router: Partial<IEditorState['router']>) => ({
|
||||
type: EDITOR_ACTIONS.SET_ROUTER,
|
||||
router,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue