We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e7552 commit 541d3c0Copy full SHA for 541d3c0
Zotero/Controllers/Citation/CitationController.swift
@@ -161,6 +161,7 @@ class CitationController: NSObject {
161
.do(onSuccess: { [weak self] session in
162
self?.citationWebViewHandlerBySession[session] = citationWebViewHandler
163
})
164
+ .observe(on: MainScheduler.instance)
165
166
/// Loads style data.
167
/// - parameter styleId: Identifier of style
0 commit comments