Skip to content

Commit

Permalink
Remove transition from <RollViewerScaleBar/>
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwiles committed Sep 15, 2021
1 parent bb03638 commit fb72ec0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/RollViewerScaleBar.svelte
Expand Up @@ -164,7 +164,6 @@
</style>

<script>
import { fade } from "svelte/transition";
import { draggable } from "../lib/draggable-action";
export let ppi;
Expand All @@ -188,7 +187,6 @@
</script>

<div
transition:fade
use:draggable={/* corral = */ true}
bind:this={ref}
class="us"
Expand Down

0 comments on commit fb72ec0

Please sign in to comment.