Skip to content

Commit

Permalink
focus on the input when loading a disk
Browse files Browse the repository at this point in the history
  • Loading branch information
okaybenji committed Dec 11, 2020
1 parent 1baaa25 commit 7f37f59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,9 @@ let loadDisk = (uninitializedDisk) => {

// start listening for user input
setup();

// focus on the input
input.focus();
};

// npm support
Expand Down

0 comments on commit 7f37f59

Please sign in to comment.