mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 05:28:13 +08:00
Clean up comments left over from the port to Svelte
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
const DASH_ENTRY = { label: "-" };
|
||||
|
||||
// emits: ["update:selectedIndex"],
|
||||
const dispatch = createEventDispatcher<{ selectedIndex: number }>();
|
||||
|
||||
let menuList: MenuList | undefined;
|
||||
|
||||
Reference in New Issue
Block a user