mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-07 05:59:47 +08:00
missing return type
This commit is contained in:
parent
63d9287a3a
commit
bfdd86b7e8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import * as ActivePage from "../states/active-page";
|
|||
|
||||
let state = false;
|
||||
|
||||
export function set(foc: boolean, withCursor = false) {
|
||||
export function set(foc: boolean, withCursor = false): void {
|
||||
if (foc && !state) {
|
||||
state = true;
|
||||
Caret.stopAnimation();
|
||||
|
|
Loading…
Add table
Reference in a new issue