We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f8c2d commit c9d4604Copy full SHA for c9d4604
1 file changed
src/index.web.js
@@ -109,6 +109,12 @@ class EditorInstance {
109
viewMode="web"
110
showUpdateNotice={this._editorCore.unsupportedSchema}
111
editorCore={this._editorCore}
112
+ onFocusBack={() => {
113
+ this._postMessage({ action: 'focusBack' });
114
+ }}
115
+ onFocusForward={() => {
116
+ this._postMessage({ action: 'focusForward' });
117
118
onClickReturn={() => {
119
}}
120
onShowNote={() => {
0 commit comments