Skip to content

Commit

Permalink
remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
TadaTeruki committed Aug 22, 2024
1 parent a6b01ba commit 7dd1143
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 90 deletions.
87 changes: 0 additions & 87 deletions graphics/src/sky.rs

This file was deleted.

1 change: 0 additions & 1 deletion view/public/test.txt

This file was deleted.

3 changes: 1 addition & 2 deletions view/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ async function main() {
state.key_event(event);
});

// purge all cached events when the page is not visible
// reset all events when the page is not visible
document.addEventListener("visibilitychange", () => {
state.leave();
});

document.addEventListener("blur", () => {
state.leave();
});
Expand Down

0 comments on commit 7dd1143

Please sign in to comment.