chore(core): remove unnecessary async
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -327,7 +327,7 @@ export function useActions(
|
|||||||
state.translateExtent = translateExtent
|
state.translateExtent = translateExtent
|
||||||
}
|
}
|
||||||
|
|
||||||
const setNodeExtent: Actions['setNodeExtent'] = async (nodeExtent) => {
|
const setNodeExtent: Actions['setNodeExtent'] = (nodeExtent) => {
|
||||||
state.nodeExtent = nodeExtent
|
state.nodeExtent = nodeExtent
|
||||||
|
|
||||||
updateNodeInternals(nodeIds.value)
|
updateNodeInternals(nodeIds.value)
|
||||||
|
|||||||
Reference in New Issue
Block a user