From 8527b33b06c0cb5ae48701c8dac0df2e07e6e331 Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 2 Aug 2024 11:11:52 +0200 Subject: [PATCH] =?UTF-8?q?impr:=20remove=20=C3=B1=20from=20lazy=20mode=20?= =?UTF-8?q?replacements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this character is always available on the keyboard, not hidden in a layer or a dead key --- frontend/src/ts/test/lazy-mode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/test/lazy-mode.ts b/frontend/src/ts/test/lazy-mode.ts index e7deb6fa4..3f8a73b37 100644 --- a/frontend/src/ts/test/lazy-mode.ts +++ b/frontend/src/ts/test/lazy-mode.ts @@ -4,7 +4,7 @@ const accents: [string, string][] = [ ["íìîïĩįį́īį̄ı", "i"], ["óòôöøõóōǫǫ́ǭő", "o"], ["úùûüŭũúūůű", "u"], - ["ńňñ", "n"], + ["ńň", "n"], ["çĉčć", "c"], ["řŕṛ", "r"], ["ďđḍ", "d"],