fix: zoom pane not scaling

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-06 08:54:35 +01:00
parent 3931a59524
commit a8f7cc2389
65 changed files with 5030 additions and 14 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ const onDrop = (event: DragEvent) => {
}
</script>
<template>
<div class="flex flex-col md:flex-row h-full">
<div class="flex flex-col md:flex-row w-full h-full">
<div class="flex-1 h-full" @drop="onDrop">
<Flow :elements="elements" @elements-remove="onElementsRemove" @load="onLoad" @connect="onConnect" @dragover="onDragOver">
<Controls />