add tabindex property to editor, fixed #115

This commit is contained in:
Philipp Kühn
2019-01-19 10:28:35 +01:00
parent f315656802
commit eee08508a2

View File

@@ -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,
},
}, },
}), }),
], ],