Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fixed error thrown by editor caption input when pressing Escape
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Dec 13, 2018
1 parent f51c9dd commit e1c9ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/koenig-editor/addon/components/koenig-caption-input.js
Expand Up @@ -107,7 +107,7 @@ export default Component.extend({
},

_escape(editor) {
editor.blur();
editor.element.blur();
},

_upOrLeft(editor, key) {
Expand Down

0 comments on commit e1c9ed6

Please sign in to comment.