mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix comment replacement, remove debug
This commit is contained in:
parent
ef8e78380b
commit
d2ad0d63ae
1 changed files with 1 additions and 2 deletions
|
|
@ -85,11 +85,10 @@ import Utils
|
|||
builder.shouldAskForAnnotationUsername = false
|
||||
}
|
||||
.updateControllerConfiguration { controller in
|
||||
// Store config state so we only run this update closure once
|
||||
saveSettings(configuration: controller.configuration)
|
||||
|
||||
// Store config state so we only run this update closure once
|
||||
guard pdfStateObject.controllerNeedsConfig else { return }
|
||||
print("document is valid", document.isValid)
|
||||
coordinator.setController(controller: controller, dataService: dataService)
|
||||
|
||||
// Disable the Document Editor
|
||||
|
|
|
|||
Loading…
Reference in a new issue