We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e714b40 commit 848d34dCopy full SHA for 848d34d
src/components/editor-toolbar/index.jsx
@@ -84,7 +84,7 @@ const EditorToolbar = ( { className } ) => {
84
<Button
85
title={ __( 'Add block' ) }
86
icon={ plus }
87
- onTouchEnd={ ( e ) => {
+ onTouchEnd={ ( e ) => {
88
e.preventDefault();
89
showBlockInserter();
90
} }
0 commit comments