fixed inpsectorviewcontroller not properly pushing history on edits

This commit is contained in:
michael starke
2017-04-19 13:39:45 +02:00
parent 128320d725
commit f5f4a0ba5d

View File

@@ -121,6 +121,7 @@ typedef NS_ENUM(NSUInteger, MPContentTab) {
object:document];
self.entryViewController.observer = document;
self.observer = document;
[self.entryViewController registerNotificationsForDocument:document];
}