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