Recoil Statefpr polylines and Devices in process
This commit is contained in:
7
store/atoms/polylineEventsDisabledState.js
Normal file
7
store/atoms/polylineEventsDisabledState.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// /store/atoms/polylineEventsDisabledState.js
|
||||
import { atom } from "recoil";
|
||||
|
||||
export const polylineEventsDisabledState = atom({
|
||||
key: "polylineEventsDisabledState",
|
||||
default: false,
|
||||
});
|
||||
Reference in New Issue
Block a user