mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-28 03:07:43 +00:00
fix(web): position of determineHint return statement
This commit is contained in:
parent
14ebf9aff2
commit
fca5e6d91d
1 changed files with 1 additions and 1 deletions
|
|
@ -378,8 +378,8 @@ export class ActiveKeyBase {
|
|||
|
||||
if(spec.flick[dir]?.text) {
|
||||
spec.hintSrc = spec.flick[dir];
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
switch(defaultHint) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue