chore(core): remove unnecessary async

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-11 20:28:02 +02:00
committed by Braks
parent c0572f2ee2
commit fd5aef1dad
+1 -1
View File
@@ -327,7 +327,7 @@ export function useActions(
state.translateExtent = translateExtent
}
const setNodeExtent: Actions['setNodeExtent'] = async (nodeExtent) => {
const setNodeExtent: Actions['setNodeExtent'] = (nodeExtent) => {
state.nodeExtent = nodeExtent
updateNodeInternals(nodeIds.value)