mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
stickers stops dragging
This commit is contained in:
parent
fca52df9f5
commit
58eefd5670
10 changed files with 388 additions and 175 deletions
|
@ -1,2 +1,5 @@
|
|||
export const selectMapProvider = state => state.map.provider;
|
||||
export const selectMapRoute= state => state.map.route;
|
||||
import { IState } from "$redux/store";
|
||||
|
||||
export const selectMapProvider = (state: IState) => state.map.provider;
|
||||
export const selectMapRoute= (state: IState) => state.map.route;
|
||||
export const selectMapStickers = (state: IState) => state.map.stickers;
|
Loading…
Add table
Add a link
Reference in a new issue