Skip to content

Commit d850330

Browse files
committed
Capitlize ID
1 parent 96cf898 commit d850330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/Sources/GutenbergKit/Sources/EditorViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ public final class EditorViewController: UIViewController, GutenbergEditorContro
274274
present(host, animated: true)
275275
}
276276

277-
private func insertBlockFromInserter(_ blockId: String) {
278-
evaluate("window.blockInserter.insertBlock('\(blockId)')")
277+
private func insertBlockFromInserter(_ blockID: String) {
278+
evaluate("window.blockInserter.insertBlock('\(blockID)')")
279279
}
280280

281281
private func openMediaLibrary(_ config: OpenMediaLibraryAction) {

0 commit comments

Comments
 (0)