From fca5e6d91dc217208a69bcaa757eee18eacbc31e Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Tue, 24 Oct 2023 08:42:17 +0700 Subject: [PATCH] fix(web): position of determineHint return statement --- common/web/keyboard-processor/src/keyboards/activeLayout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/web/keyboard-processor/src/keyboards/activeLayout.ts b/common/web/keyboard-processor/src/keyboards/activeLayout.ts index 26a37c61e1..89860d6328 100644 --- a/common/web/keyboard-processor/src/keyboards/activeLayout.ts +++ b/common/web/keyboard-processor/src/keyboards/activeLayout.ts @@ -378,8 +378,8 @@ export class ActiveKeyBase { if(spec.flick[dir]?.text) { spec.hintSrc = spec.flick[dir]; - return; } + return; } switch(defaultHint) {