mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Add comment to explain workaround for presumed WebKit bug
Since the code was written before open sourcing TextMate, the explanation was only to be found in a private commit log.
This commit is contained in:
@@ -63,6 +63,7 @@ extern NSString* const kCommandRunnerURLScheme; // from HTMLOutput.h
|
||||
self.runningCommand = NO;
|
||||
self.autoScrollHelper = nil;
|
||||
|
||||
// Sending goBack:/goForward: to a WebView does not call this WebFrameLoadDelegate method
|
||||
if(frame == [sender mainFrame])
|
||||
[self webView:sender didClearWindowObject:[frame windowObject] forFrame:frame];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user