Skip to content

Commit

Permalink
Added unfocus after changing select
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranyey-enp committed Feb 19, 2024
1 parent a71e743 commit ad4cd67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
if (raylibJs !== undefined) {
raylibJs.stop();
}
raylibExampleSelect.blur();
raylibJs = new RaylibJs();
raylibJs.start({
wasmPath: `wasm/${selectedWasm}.wasm`,
Expand Down

0 comments on commit ad4cd67

Please sign in to comment.