Skip to content

Commit

Permalink
Add empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-solecki committed Jan 15, 2024
1 parent e9cdc56 commit 7880016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/ComposerFocusManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ function resetReadyToFocus() {
resolveIsReadyToFocus = resolve;
});
}

function setReadyToFocus() {
if (!resolveIsReadyToFocus) {
return;
}
resolveIsReadyToFocus();
}

function isReadyToFocus() {
return isReadyToFocusPromise;
}
Expand Down

0 comments on commit 7880016

Please sign in to comment.