Skip to content

Commit

Permalink
fix: #5
Browse files Browse the repository at this point in the history
  • Loading branch information
r3tr0ananas committed Jun 19, 2024
1 parent 418b6a6 commit ab14dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default function Home() {
<div onClick={() => {
if (!image_loading) {
invoke("select_image").then(() => {
image_load_called.current = false;
setNoImageAvailable(false);
load_image();
});
Expand Down

0 comments on commit ab14dc3

Please sign in to comment.