From 7a58749c88368f07f51915b6545068f4e6e36ae7 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=96=EF=B8=8F=20squash-text-nodes.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ink/squash-text-nodes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ink/squash-text-nodes.ts b/src/ink/squash-text-nodes.ts index 133a024..5c53958 100644 --- a/src/ink/squash-text-nodes.ts +++ b/src/ink/squash-text-nodes.ts @@ -90,3 +90,4 @@ function squashTextNodes(node: DOMElement): string { } export default squashTextNodes +