diff --git a/demo/bidi.html b/demo/bidi.html
index 082e7b3e288563ba2383f5fa2ddf49f279766878..4f1f8f3e45fdeee28cbccc166c01f7213125667f 100644
--- a/demo/bidi.html
+++ b/demo/bidi.html
@@ -58,8 +58,7 @@
     <script>
 var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
   mode: "text/html",
-  lineNumbers: true,
-  lineWrapping: true
+  lineNumbers: true
 });
 </script>
 
@@ -67,4 +66,9 @@ var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
   the <a href="http://marijnhaverbeke.nl/blog/cursor-in-bidi-text.html">related
   blog post</a> for more background.</p>
 
-  </article>
+  <p><strong>Note:</strong> There is
+  a <a href="https://github.com/marijnh/CodeMirror/issues/1757">known
+  bug</a> with cursor motion and mouse clicks in bi-directional lines
+  that are line wrapped.</p>
+
+</article>