mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Clear document’s directory property when changing path
This is just for good measure.
This commit is contained in:
@@ -465,6 +465,7 @@ NSString* OakDocumentBookmarkIdentifier = @"bookmark";
|
||||
return;
|
||||
|
||||
_path = path;
|
||||
_directory = nil;
|
||||
_icon = nil;
|
||||
self.customName = nil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user