mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Fix window.close() for HTML output embedded in main window
This commit is contained in:
@@ -66,6 +66,11 @@
|
||||
[[sender window] makeKeyAndOrderFront:self];
|
||||
}
|
||||
|
||||
- (void)webViewClose:(WebView*)sender
|
||||
{
|
||||
[sender tryToPerform:@selector(toggleHTMLOutput:) with:self];
|
||||
}
|
||||
|
||||
// This is an undocumented WebView delegate method
|
||||
- (void)webView:(WebView*)webView addMessageToConsole:(NSDictionary*)dictionary;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user