From 1b0b7ffae2b359cca057ff0c6cd4a6447fbe7aca Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Thu, 18 May 2017 10:15:11 -0400 Subject: [PATCH] Dismiss block borders by key press onKeyDown emitted when modifier key, not the case with onKeyPress --- editor/modes/visual-editor/block.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/modes/visual-editor/block.js b/editor/modes/visual-editor/block.js index b8afc6df02c15..e3230769e08e7 100644 --- a/editor/modes/visual-editor/block.js +++ b/editor/modes/visual-editor/block.js @@ -205,7 +205,7 @@ class VisualEditorBlock extends wp.element.Component { } -
+