add tabindex property to editor, fixed #115
This commit is contained in:
@@ -162,6 +162,9 @@ export default class Editor {
|
|||||||
new Plugin({
|
new Plugin({
|
||||||
props: {
|
props: {
|
||||||
editable: () => this.options.editable,
|
editable: () => this.options.editable,
|
||||||
|
attributes: {
|
||||||
|
tabindex: 0,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user