Skip to content

Commit

Permalink
refactor: transformation-pane class renamed to transformationpane
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Apr 9, 2022
1 parent 572456e commit df00a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/src/container/Viewport/Transform.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
}
</script>
<template>
<div :key="`transformation-pane-${id}`" class="vue-flow__transformation-pane vue-flow__container" :style="{ transform }">
<div :key="`transformation-pane-${id}`" class="vue-flow__transformationpane vue-flow__container" :style="{ transform }">
<NodeRenderer :key="`node-renderer-${id}`" />
<EdgeRenderer :key="`edge-renderer-${id}`" />
<slot />
Expand Down
2 changes: 1 addition & 1 deletion package/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
top: 0;
}

.vue-flow__transformation-pane {
.vue-flow__transformationpane {
pointer-events: none;
transform-origin: 0 0;
z-index: 2;
Expand Down

0 comments on commit df00a8d

Please sign in to comment.