Skip to content

Commit aab01f5

Browse files
authored
Merge pull request #16 from tutaf/patch-1
click fix
2 parents a6ca5ec + 069e0e2 commit aab01f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser_source_interaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def send_mouse_click_to_browser(
6565
y=0,
6666
button_type=obs.MOUSE_LEFT,
6767
mouse_up=False,
68-
click_count=0,
68+
click_count=1,
6969
key_modifiers=None,
7070
):
7171
event = obs.obs_mouse_event()

0 commit comments

Comments
 (0)