Skip to content

Commit f80407c

Browse files
committed
removal
1 parent cb874b6 commit f80407c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/static/js/domline.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument)
7070
if (document)
7171
{
7272
result.node = document.createElement("div");
73-
result.node.setAttribute("contentEditable", true); // Works but doesn't allow drag n drop ;(
7473
}
7574
else
7675
{

0 commit comments

Comments
 (0)