Skip to content

Commit

Permalink
Stub editorDidAutosave function to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowning committed Sep 20, 2019
1 parent b338b47 commit af6588f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,10 @@ extension GutenbergViewController: GutenbergBridgeDelegate {
}
}

func editorDidAutosave() {
// FIXME
}

func gutenbergDidEmitLog(message: String, logLevel: LogLevel) {
switch logLevel {
case .trace:
Expand Down

0 comments on commit af6588f

Please sign in to comment.