Skip to content

Commit

Permalink
another typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alibeyram authored Sep 19, 2023
1 parent f1f3ca0 commit 62793ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocoa/src/toga_cocoa/widgets/webview.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def create(self):
self.native.inspectable = True

self.native.navigationDelegate = self.native
self.native.uIDelegate = self.native
self.native.UIDelegate = self.native

self.loaded_future = None

Expand Down

0 comments on commit 62793ad

Please sign in to comment.