Clear document’s directory property when changing path

This is just for good measure.
This commit is contained in:
Allan Odgaard
2016-09-18 12:15:22 +02:00
parent 87dafa3332
commit 1627a62b90

View File

@@ -465,6 +465,7 @@ NSString* OakDocumentBookmarkIdentifier = @"bookmark";
return;
_path = path;
_directory = nil;
_icon = nil;
self.customName = nil;