diff --git a/src/index.ts b/src/index.ts index af3a641..40e162a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -20,9 +20,6 @@ export function createVirtualCursor(): Plugin { const update = () => { updateCursor(view, cursor) - setTimeout(() => { - updateCursor(view, cursor) - }, 500) } if (window.ResizeObserver) {