diff --git a/src/lib/components/RingInput.svelte b/src/lib/components/RingInput.svelte index 7fdbc266..aa596057 100644 --- a/src/lib/components/RingInput.svelte +++ b/src/lib/components/RingInput.svelte @@ -8,65 +8,67 @@ ["g", "h", "i"], ["j", "k", "l"], ] - - /** - * @param index {number} - * @returns number - */ - function calcLayerPosition(index) { - return index - activeLayer - }