Skip to content

Commit

Permalink
Merge pull request #1526 from simonrob/master
Browse files Browse the repository at this point in the history
Fix `abortModal` call
  • Loading branch information
r0x0r authored Nov 12, 2024
2 parents ba0880c + 0141c61 commit 93eae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/platforms/cocoa.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def windowWillClose_(self, notification):
i.closed.set()
if BrowserView.instances == {}:
BrowserView.app.stop_(self)
BrowserView.app.abortModal_()
BrowserView.app.abortModal()

def windowDidResize_(self, notification):
i = BrowserView.get_instance('window', notification.object())
Expand Down

0 comments on commit 93eae4f

Please sign in to comment.