mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 09:48:12 +08:00
Clean up comments left over from the port to Svelte
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
import LayoutCol from "@graphite/components/layout/LayoutCol.svelte";
|
||||
import TextLabel from "@graphite/components/widgets/labels/TextLabel.svelte";
|
||||
|
||||
// emits: ["update:value"],
|
||||
const dispatch = createEventDispatcher<{ value: Color }>();
|
||||
|
||||
let open = false;
|
||||
|
||||
Reference in New Issue
Block a user