From e5eb0ac3626c1ab04e865244f6f098ff24feec4b Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 16 Mar 2018 07:49:56 -0400 Subject: [PATCH] remove comment with erroneous information --- src/js/dyna-rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/dyna-rules.js b/src/js/dyna-rules.js index c598d99b5..a1f8e64c3 100644 --- a/src/js/dyna-rules.js +++ b/src/js/dyna-rules.js @@ -35,7 +35,7 @@ var mergeView = new CodeMirror.MergeView( document.querySelector('.codeMirrorMergeContainer'), { allowEditingOriginals: true, - connect: 'align', // size of svg is not managed properly with `true` + connect: 'align', inputStyle: 'contenteditable', lineNumbers: true, lineWrapping: false,