refactor: back to jsx 🥇

This commit is contained in:
Braks
2021-08-08 19:28:45 +02:00
parent a6f7678c0f
commit 1d542aba65
31 changed files with 666 additions and 558 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ const Controls = defineComponent({
const store = inject<RevueFlowStore>('store')!;
const isVisible = ref<boolean>(false);
const zoomHelper = ref<ZoomPanHelperFunctions>();
const { onReady } = useZoomPanHelper(store);
const { onReady } = useZoomPanHelper();
onReady((helper) => {
zoomHelper.value = helper;