mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 15:28:12 +08:00
Clean up comments left over from the port to Svelte
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
|
||||
const pointerPosition = (direction: ScrollbarDirection, e: PointerEvent): number => (direction === "Vertical" ? e.clientY : e.clientX);
|
||||
|
||||
// emits: { "update:handlePosition": null, pressTrack: (pointerOffset: number) => typeof pointerOffset === "number" }
|
||||
const dispatch = createEventDispatcher<{ handlePosition: number; pressTrack: number }>();
|
||||
|
||||
export let direction: ScrollbarDirection = "Vertical";
|
||||
|
||||
Reference in New Issue
Block a user