Skip to content

Commit 99bc147

Browse files
committed
fix(ux): Temporarily remove misleading button
Not functional yet; will be a pan button, if needed
1 parent d714dcd commit 99bc147

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

app/src/lib/components/Toolbar.svelte

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@
5959
>
6060
<IconEraser />
6161
</button>
62-
<button
63-
class={[
64-
"aspect-square p-2 rounded-xl active:scale-90 transition-all hover:bg-overlay/20",
65-
]}
66-
onclick={() => {
67-
toolIndex = 2;
68-
// TODO: Implement this
69-
}}
70-
>
71-
<IconHandMove />
72-
</button>
62+
<!-- <button -->
63+
<!-- class={[ -->
64+
<!-- "aspect-square p-2 rounded-xl active:scale-90 transition-all hover:bg-overlay/20", -->
65+
<!-- ]} -->
66+
<!-- onclick={() => { -->
67+
<!-- toolIndex = 2; -->
68+
<!-- // TODO: Implement this -->
69+
<!-- }} -->
70+
<!-- > -->
71+
<!-- <IconHandMove /> -->
72+
<!-- </button> -->
7373
<button
7474
class={[
7575
"aspect-square p-2 rounded-xl active:scale-90 transition-all hover:bg-overlay/20",

0 commit comments

Comments
 (0)