Skip to content

Commit

Permalink
fix: click image
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Sep 15, 2024
1 parent 8b0fec6 commit 8f7dac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MaaDebugger/webpage/index_page/master_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ async def on_click_image(x, y):
print(f"on_click_image: {x}, {y}")
await maafw.click(x, y)
time.sleep(0.2)
on_click_refresh()
await on_click_refresh()

async def on_click_refresh():
await maafw.screenshotter.refresh(True)
Expand Down

0 comments on commit 8f7dac6

Please sign in to comment.