From f35100a7bdf35bf1f247442217b40e4d5968cbe6 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 6 Jun 2020 23:17:08 +0000 Subject: [PATCH] trying something else.. --- src/static/js/ace2_inner.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/static/js/ace2_inner.js b/src/static/js/ace2_inner.js index 30f8c25bf..290985bc4 100644 --- a/src/static/js/ace2_inner.js +++ b/src/static/js/ace2_inner.js @@ -5184,7 +5184,8 @@ function Ace2Inner(){ if(t === listType) togglingOn = false; if(togglingOn){ - mods.push([n, allLinesAreList ? 'indent' + level : (t ? type + level : type + '1')]); +console.warn("this fucking line"); +// mods.push([n, allLinesAreList ? 'indent' + level : (t ? type + level : type + '1')]); }else{ // scrap the entire indentation and list type if(level === 1){ // if outdending but are the first item in the list then outdent