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 db0a7e6 commit 5baf7b5Copy full SHA for 5baf7b5
lib/codemirror.js
@@ -28,7 +28,7 @@ var CodeMirror = (function() {
28
'<textarea style="height: 1px; position: absolute;" wrap="off"></textarea></div>' +
29
// Provides positioning relative to (visible) text origin
30
'<div class="CodeMirror-lines"><div style="position: relative">' +
31
- '<pre class="CodeMirror-cursor"> </pre>' + // Absolutely positioned blinky cursor
+ '<pre class="CodeMirror-cursor"> </pre>' + // Absolutely positioned blinky cursor
32
'<div></div></div></div></div></div>'; // This DIV contains the actual code
33
if (place.appendChild) place.appendChild(wrapper); else place(wrapper);
34
// I've never seen more elegant code in my life.
0 commit comments