diff --git a/IPython/frontend/html/notebook/static/js/textcell.js b/IPython/frontend/html/notebook/static/js/textcell.js
index 601de0f..16f1810 100644
--- a/IPython/frontend/html/notebook/static/js/textcell.js
+++ b/IPython/frontend/html/notebook/static/js/textcell.js
@@ -89,7 +89,7 @@ var IPython = (function (IPython) {
TextCell.prototype.config_mathjax = function () {
var text_cell = this.element;
var that = this;
- text_cell.click(function () {
+ text_cell.dblclick(function () {
that.edit();
}).focusout(function () {
that.render();