Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadeperfect committed Dec 2, 2024
1 parent c21275b commit b73320e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions out/bevy_vaporwave.js
Original file line number Diff line number Diff line change
Expand Up @@ -1066,8 +1066,13 @@ function __wbg_get_imports() {
const ret = arg0.style;
return ret;
};
// imports.wbg.__wbg_focus_06621101cc79f5d8 = function() { return handleError(function (arg0) {
// arg0.focus();
// }, arguments) };
imports.wbg.__wbg_focus_06621101cc79f5d8 = function() { return handleError(function (arg0) {
const scrollPos = window.scrollY;
arg0.focus();
window.scrollTo(0, scrollPos);
}, arguments) };
imports.wbg.__wbg_fetch_0b9f0f8239b62e25 = function(arg0, arg1, arg2) {
const ret = arg0.fetch(getStringFromWasm0(arg1, arg2));
Expand Down

0 comments on commit b73320e

Please sign in to comment.