Clear focus for inline editing

Clear focus for inline editing

Loren MaxwellLoren Maxwell Posts: 387Questions: 94Answers: 10
edited February 2018 in Editor

When I click on a cell for inline editing, it gets the focus and opens the editor.

But when I click off of that cell onto another cell that does not have inline editing. the editor closes but the focus stays on the previous cell.

Is there a way to clear the focus?

I've tried editor.close(), editor.blur(), editor.field().focus(), editor.field('').focus(), and editor.field(null).focus(), but none cleared the focus.

Answers

This discussion has been closed.