mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
Only first call to window.close() would have an effect
This is a workaround for https://bugs.webkit.org/show_bug.cgi?id=121232
This commit is contained in:
@@ -93,6 +93,11 @@ static std::multimap<oak::uuid_t, HTMLOutputWindowController*> Windows;
|
||||
return runner->running();
|
||||
}
|
||||
|
||||
- (BOOL)needsNewWebView
|
||||
{
|
||||
return _htmlOutputView.needsNewWebView;
|
||||
}
|
||||
|
||||
- (void)tearDown
|
||||
{
|
||||
foreach(it, Windows.lower_bound(runner->uuid()), Windows.upper_bound(runner->uuid()))
|
||||
|
||||
Reference in New Issue
Block a user