mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 17:28:11 +08:00
Clean up comments left over from the port to Svelte
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
import type { PivotPosition } from "@graphite/wasm-communication/messages";
|
||||
|
||||
// emits: ["update:position"],
|
||||
const dispatch = createEventDispatcher<{ position: PivotPosition }>();
|
||||
|
||||
export let position: string;
|
||||
|
||||
Reference in New Issue
Block a user