Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceConrad committed Apr 8, 2024
1 parent caf682b commit 3dde9e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion zoompinch-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zoompinch",
"private": false,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"files": [
"package.json",
Expand Down
2 changes: 0 additions & 2 deletions zoompinch-vue/src/components/ProjectionLayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ const {
exposedTransform,
calcProjectionTranslate,
clientCoordinatesToCanvasCoordinates,
wrapperBounds,
transitionEnabled,
transitionDuration,
} = useZoom({
Expand Down Expand Up @@ -228,7 +227,6 @@ defineExpose({
applyTransform,
calcProjectionTranslate,
rotateCanvas,
wrapperBounds,
});
</script>

Expand Down

0 comments on commit 3dde9e3

Please sign in to comment.