Skip to content

Commit

Permalink
remove focus to make summary field clickable again (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidely committed Aug 8, 2023
1 parent b83e5ea commit a1c02f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/scripts/codemirror.js
Expand Up @@ -268,7 +268,6 @@ if ( !String.prototype.includes ) {
}

const retval = fn[ command ].call( this, options );
codeMirror.focus();

return retval;
},
Expand Down

0 comments on commit a1c02f6

Please sign in to comment.