Skip to content

Commit e537589

Browse files
committed
Revert "Fix MoveFocus"
This reverts commit c9ec2e1.
1 parent dd8667a commit e537589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/edge/ICoreWebView2Controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (i *ICoreWebView2Controller) MoveFocus(reason COREWEBVIEW2_MOVE_FOCUS_REASO
7676

7777
_, _, err = i.vtbl.MoveFocus.Call(
7878
uintptr(unsafe.Pointer(i)),
79-
uintptr(unsafe.Pointer(&reason)),
79+
uintptr(reason),
8080
)
8181
if err != windows.ERROR_SUCCESS {
8282
return err

0 commit comments

Comments
 (0)