mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Comment out URL handler, which is not implemented properly yet
This commit is contained in:
parent
9c7f3607ba
commit
c50fc4e885
|
@ -14,6 +14,7 @@
|
|||
|
||||
@implementation VLPDFView
|
||||
|
||||
#if 0
|
||||
- (BOOL)tryOpenURL:(NSURL *)url
|
||||
{
|
||||
if ([[url scheme] isEqual: @"textedit"]) {
|
||||
|
@ -33,6 +34,7 @@
|
|||
} else
|
||||
return [super tryOpenURL:url] != NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
- (BOOL) canBecomeKeyView
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user