From b98b421116a0b91b49d16aff1555c15e5ad755c1 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=9F=EF=B8=8F=20useTextInput.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useTextInput.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/useTextInput.ts b/src/hooks/useTextInput.ts index 90c4c4f..6237121 100644 --- a/src/hooks/useTextInput.ts +++ b/src/hooks/useTextInput.ts @@ -527,3 +527,4 @@ export function useTextInput({ viewportCharEnd: cursor.getViewportCharEnd(maxVisibleLines), } } +