Skip to content

Commit

Permalink
Revert "Fix MoveFocus"
Browse files Browse the repository at this point in the history
This reverts commit c9ec2e1.
  • Loading branch information
leaanthony committed Nov 30, 2024
1 parent dd8667a commit e537589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/edge/ICoreWebView2Controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (i *ICoreWebView2Controller) MoveFocus(reason COREWEBVIEW2_MOVE_FOCUS_REASO

_, _, err = i.vtbl.MoveFocus.Call(
uintptr(unsafe.Pointer(i)),
uintptr(unsafe.Pointer(&reason)),
uintptr(reason),
)
if err != windows.ERROR_SUCCESS {
return err
Expand Down

0 comments on commit e537589

Please sign in to comment.