refactor(positions): remove unused node origins
This commit is contained in:
@@ -148,8 +148,7 @@ export function createStore({
|
||||
height: get(store.height),
|
||||
minZoom: get(store.minZoom),
|
||||
maxZoom: get(store.maxZoom),
|
||||
panZoom,
|
||||
nodeOrigin: get(store.nodeOrigin)
|
||||
panZoom
|
||||
},
|
||||
options
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user