From 43ce52347c69ff7fb2cad98b3510cdc175b5098e Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 17 Nov 2021 10:04:28 +0100 Subject: [PATCH] update: invoke until func in zoom pane * instead of using .then cb we use the invoke func to call the async await and wait for the zoomPaneEl Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> --- src/container/SelectionPane/SelectionPane.vue | 2 +- src/container/ZoomPane/ZoomPane.vue | 239 +++++++++--------- 2 files changed, 120 insertions(+), 121 deletions(-) diff --git a/src/container/SelectionPane/SelectionPane.vue b/src/container/SelectionPane/SelectionPane.vue index d6a2a750..e4851a5a 100644 --- a/src/container/SelectionPane/SelectionPane.vue +++ b/src/container/SelectionPane/SelectionPane.vue @@ -56,5 +56,5 @@ onMounted(() => { -
+
diff --git a/src/container/ZoomPane/ZoomPane.vue b/src/container/ZoomPane/ZoomPane.vue index 612e8e49..503975fb 100644 --- a/src/container/ZoomPane/ZoomPane.vue +++ b/src/container/ZoomPane/ZoomPane.vue @@ -1,6 +1,6 @@