We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d714dcd commit 99bc147Copy full SHA for 99bc147
1 file changed
app/src/lib/components/Toolbar.svelte
@@ -59,17 +59,17 @@
59
>
60
<IconEraser />
61
</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>
+ <!-- <button -->
+ <!-- class={[ -->
+ <!-- "aspect-square p-2 rounded-xl active:scale-90 transition-all hover:bg-overlay/20", -->
+ <!-- ]} -->
+ <!-- onclick={() => { -->
+ <!-- toolIndex = 2; -->
+ <!-- // TODO: Implement this -->
+ <!-- }} -->
+ <!-- > -->
+ <!-- <IconHandMove /> -->
+ <!-- </button> -->
73
<button
74
class={[
75
"aspect-square p-2 rounded-xl active:scale-90 transition-all hover:bg-overlay/20",
0 commit comments