fix(FontSampler): comment unused button
All checks were successful
Workflow / build (pull_request) Successful in 1m9s
All checks were successful
Workflow / build (pull_request) Successful in 1m9s
This commit is contained in:
@@ -11,9 +11,9 @@ import {
|
|||||||
import { controlManager } from '$features/SetupFont';
|
import { controlManager } from '$features/SetupFont';
|
||||||
import {
|
import {
|
||||||
ContentEditable,
|
ContentEditable,
|
||||||
IconButton,
|
// IconButton,
|
||||||
} from '$shared/ui';
|
} from '$shared/ui';
|
||||||
import XIcon from '@lucide/svelte/icons/x';
|
// import XIcon from '@lucide/svelte/icons/x';
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
/**
|
/**
|
||||||
@@ -75,6 +75,7 @@ function removeSample() {
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!--
|
||||||
<IconButton
|
<IconButton
|
||||||
onclick={removeSample}
|
onclick={removeSample}
|
||||||
class="w-5 h-5 rounded-full hover:bg-transparent flex items-center justify-center transition-colors group translate-x-1/2 cursor-pointer"
|
class="w-5 h-5 rounded-full hover:bg-transparent flex items-center justify-center transition-colors group translate-x-1/2 cursor-pointer"
|
||||||
@@ -83,6 +84,7 @@ function removeSample() {
|
|||||||
<XIcon class={className} />
|
<XIcon class={className} />
|
||||||
{/snippet}
|
{/snippet}
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="p-8 relative z-10">
|
<div class="p-8 relative z-10">
|
||||||
|
|||||||
Reference in New Issue
Block a user