parent
3f44441a87
commit
5174937392
|
@ -5169,9 +5169,9 @@ function Ace2Inner(){
|
|||
|
||||
// Used to outdent if ol is removed
|
||||
if(allLinesAreList){
|
||||
var togglingOn = false;
|
||||
togglingOn = false;
|
||||
}else{
|
||||
var togglingOn = true;
|
||||
togglingOn = true;
|
||||
}
|
||||
|
||||
if (listType)
|
||||
|
|
Loading…
Reference in New Issue