mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 01:58:12 +08:00
Clean up comments left over from the port to Svelte
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
import FieldInput from "@graphite/components/widgets/inputs/FieldInput.svelte";
|
||||
|
||||
// emits: ["update:value", "commitText"],
|
||||
const dispatch = createEventDispatcher<{ commitText: string }>();
|
||||
|
||||
export let value: string;
|
||||
|
||||
Reference in New Issue
Block a user