From f80407c6ffab746eeb12bedb59da622fa16aa532 Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 8 Jan 2016 13:41:52 +0000 Subject: [PATCH] removal --- src/static/js/domline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/js/domline.js b/src/static/js/domline.js index 013f713d4..ed3f147aa 100644 --- a/src/static/js/domline.js +++ b/src/static/js/domline.js @@ -70,7 +70,6 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument) if (document) { result.node = document.createElement("div"); - result.node.setAttribute("contentEditable", true); // Works but doesn't allow drag n drop ;( } else {