trying something else..
parent
3eec0a0f7f
commit
f35100a7bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue