mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 22:18:11 +08:00
Clean up comments left over from the port to Svelte
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
|
||||
const editor = getContext<Editor>("editor");
|
||||
|
||||
// emits: ["update:color", "update:open"],
|
||||
const dispatch = createEventDispatcher<{ color: Color }>();
|
||||
|
||||
export let color: Color;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
let self: FloatingMenu | undefined;
|
||||
let scroller: LayoutCol | undefined;
|
||||
|
||||
// emits: ["update:open", "update:activeEntry", "naturalWidth"],
|
||||
const dispatch = createEventDispatcher<{ open: boolean; activeEntry: MenuListEntry }>();
|
||||
|
||||
export let entries: MenuListEntry[][];
|
||||
|
||||
Reference in New Issue
Block a user