mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Better handling of errors when dispatching annotation events to JS
This commit is contained in:
parent
01ce025720
commit
e9ed8e6138
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import Models
|
|||
import Utils
|
||||
import WebKit
|
||||
|
||||
|
||||
/// Describes actions that can be sent from the WebView back to native views.
|
||||
/// The names on the javascript side must match for an action to be handled.
|
||||
public enum WebViewAction: String, CaseIterable {
|
||||
|
|
|
|||
Loading…
Reference in a new issue